Fixed errors with flake. and added kagi search engine

This commit is contained in:
Jurn Wubben 2025-05-06 15:06:41 +02:00
parent eb6a366283
commit db83b04eec
9 changed files with 80 additions and 60 deletions

View file

@ -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