make sure to install these languages
This commit is contained in:
parent
ca46eddbe4
commit
20ad9eaa16
1 changed files with 18 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./lsp
|
||||
./mini.nix
|
||||
|
|
@ -8,6 +8,23 @@
|
|||
treesitter = {
|
||||
enable = true;
|
||||
# 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue