Initial autocomplete setup
This commit is contained in:
parent
577e43d6dc
commit
467be6b26e
1 changed files with 8 additions and 2 deletions
|
@ -92,7 +92,6 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
# TODO Autocomplete
|
||||
# TODO Check desireable keybinds and commands for all plugins
|
||||
plugins = {
|
||||
gitsigns.enable = true;
|
||||
|
@ -117,7 +116,14 @@ in
|
|||
};
|
||||
web-devicons.enable = true;
|
||||
|
||||
# cmp-vsnip.enable = true;
|
||||
cmp = {
|
||||
enable = true;
|
||||
settings.sources = [
|
||||
{ name = "nvim-lsp"; }
|
||||
{ name = "vim-lsp-signature-help"; }
|
||||
{ name = "vim-vsnip"; }
|
||||
];
|
||||
};
|
||||
friendly-snippets.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue