Trying to get signatures working

This commit is contained in:
Ian Roddis
2026-05-19 15:13:31 -03:00
parent a79b5b8f97
commit d28fb0e258
5 changed files with 19 additions and 3 deletions
+2
View File
@@ -16,3 +16,5 @@ vim.api.nvim_create_autocmd('FileType', {
if vim.diff then
vim.opt.autoread = false
end
-- vim.omnifunc = 'v:lua.vim.lsp.omnifunc'