This commit is contained in:
d0zingcat
2022-08-04 10:27:49 +08:00
parent f4e352710d
commit ee54f09161
5 changed files with 664 additions and 375 deletions

View File

@@ -122,6 +122,12 @@ return require('packer').startup(function(use)
require('config.nvim-lsputils')
end,
})
use({
'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
config = function()
require('config.lsp_lines')
end,
})
--use({
--'github/copilot.vim',
--setup = function()