how did i live without this

This commit is contained in:
Benjamin Kyd
2023-03-04 12:30:52 +00:00
parent 643bb3287d
commit fc1e1ff449
2 changed files with 67 additions and 64 deletions

View File

@@ -177,7 +177,15 @@ local packer = require('packer').startup(function(use)
config = function ()
require('plugin-config/nvim-cmp')
end
}
}
-- for lsp signature autocompletion
use {
'ray-x/lsp_signature.nvim',
config = function ()
require('lsp_signature').setup()
end
}
-- this will automatically install listed dependencies
-- only the first time NeoVim is opened, because that's when Packer gets installed