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 = {
packages = with pkgs; [
chafa
ctpv
#ctpv
];
file = {
".config/lf/icons" = {

View File

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

View File

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