Fixed errors with flake. and added kagi search engine
This commit is contained in:
parent
8f6905474b
commit
2ff030ce73
9 changed files with 80 additions and 60 deletions
|
|
@ -44,7 +44,6 @@
|
|||
};
|
||||
options.shiftwidth = 2;
|
||||
languages = {
|
||||
enableLSP = true; # Thses options enable the things automatically for every language.
|
||||
enableFormat = true; #You can also manually overwrite each language.
|
||||
enableTreesitter = true;
|
||||
|
||||
|
|
@ -60,6 +59,7 @@
|
|||
python.enable = true;
|
||||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
lspkind.enable = true; # Autocomplete icons
|
||||
lightbulb.enable = true; # Lightbulb icon when lsp is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue