some updates
This commit is contained in:
parent
db319ed5af
commit
6e8014e0b5
13 changed files with 153 additions and 14 deletions
|
|
@ -40,7 +40,7 @@
|
|||
cmp-nvim-lsp.enable = true;
|
||||
cmp-nvim-lua.enable = true;
|
||||
cmp_luasnip.enable = true;
|
||||
cmp-path.enable = true;
|
||||
# cmp-path.enable = true;
|
||||
cmp-latex-symbols.enable = true;
|
||||
cmp-buffer.enable = true;
|
||||
cmp = {
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
{name = "buffer";}
|
||||
|
||||
{name = "path";}
|
||||
# { name = "path"; }
|
||||
];
|
||||
|
||||
mapping = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue