make sure to install these languages

This commit is contained in:
Osman Faruk Bayram 2025-03-10 19:02:57 +03:00
parent ca46eddbe4
commit 20ad9eaa16

View file

@ -1,4 +1,4 @@
{ {pkgs, ...}: {
imports = [ imports = [
./lsp ./lsp
./mini.nix ./mini.nix
@ -8,6 +8,23 @@
treesitter = { treesitter = {
enable = true; enable = true;
# folding = true; # i dont like the way it starts neovim with everything folded # folding = true; # i dont like the way it starts neovim with everything folded
settings = {
ensure_installed = [
"python"
"astro"
"just"
"dockerfile"
"json"
"yaml"
"lua"
"nix"
"c"
"markdown"
];
highlight = {
enable = true;
};
};
}; };
todo-comments.enable = true; todo-comments.enable = true;