Compare commits
2 commits
926db427f4
...
b4c99f5c5a
| Author | SHA1 | Date | |
|---|---|---|---|
| b4c99f5c5a | |||
| 899e993f02 |
2 changed files with 1 additions and 5 deletions
|
|
@ -61,7 +61,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
avante.enable = true;
|
|
||||||
tmux-navigator.enable = true;
|
tmux-navigator.enable = true;
|
||||||
fugitive.enable = true;
|
fugitive.enable = true;
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,9 @@
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
{ name = "nvim_lsp"; }
|
{ name = "nvim_lsp"; }
|
||||||
|
{ name = "luasnip"; }
|
||||||
{ name = "buffer"; }
|
{ name = "buffer"; }
|
||||||
{ name = "path"; }
|
{ name = "path"; }
|
||||||
{ name = "cmdline"; }
|
|
||||||
{ name = "cmp-clippy"; }
|
|
||||||
{ name = "luasnip"; }
|
|
||||||
{ name = "nvim_lsp"; }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue