aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/lsp.lua b/nvim/lua/lsp.lua
index b7fad3e..5ff590f 100644
--- a/nvim/lua/lsp.lua
+++ b/nvim/lua/lsp.lua
@@ -32,6 +32,7 @@ cmp.setup({
{ name = 'nvim_lsp' },
}, {
{ name = 'buffer' },
+ { name = "path" },
})
})