diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-22 18:29:17 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-22 18:29:17 +0200 |
| commit | d74e41d6fb8345fb7a329c76be720713d095f72d (patch) | |
| tree | bebc37d265b74f23850f30ed60ae5259d07421aa | |
| parent | ec8e479147f7bbd5e96e61727fc0383d0e17997a (diff) | |
Add path completion
| -rw-r--r-- | nvim/lua/lsp.lua | 1 |
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" }, }) }) |
