diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-20 16:13:51 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-20 16:13:51 +0100 |
| commit | be0cf4b36bd7be242d04b901eb59539f956f3354 (patch) | |
| tree | d13e07e77402ed9fa479cb892e9784686c537727 /lua/pml68/configs | |
| parent | refactor: remap Ex from CTRL-n to leader + e (diff) | |
| download | nvim-be0cf4b36bd7be242d04b901eb59539f956f3354.tar.gz | |
feat: add crates.nvim and cmp-path plugins
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index e4c2ed2..528add0 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -3,6 +3,8 @@ local cmp = require("cmp") cmp.setup({ sources = { {name = 'nvim_lsp'}, + {name = 'crates'}, + {name = 'path'} }, window = { completion = { |
