home: vim: configure 'nvim-cmp' for LSP
This commit is contained in:
parent
bceb531518
commit
8bcd40633a
2 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ local cmp = require("cmp")
|
|||
cmp.setup({
|
||||
sources = {
|
||||
{ name = "buffer" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "nvim_lua" },
|
||||
{ name = "path" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue