disable lf preview and nixvim phpactor

This commit is contained in:
Patrick Neff 2024-07-10 07:17:57 +02:00
parent cb7f6012eb
commit 1d36dfeb86
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
chafa chafa
ctpv #ctpv
]; ];
file = { file = {
".config/lf/icons" = { ".config/lf/icons" = {

View File

@ -1,7 +1,7 @@
{ {
plugins.lsp = { plugins.lsp = {
servers = { servers = {
phpactor.enable = true; #phpactor.enable = true;
}; };
}; };
} }

View File

@ -1,7 +1,9 @@
{ {
plugins.treesitter = { plugins.treesitter = {
enable = true; enable = true;
indent = true; settings = {
indent.enable = true;
};
folding = true; folding = true;
}; };
} }