disable lf preview and nixvim phpactor
This commit is contained in:
parent
cb7f6012eb
commit
1d36dfeb86
|
|
@ -2,7 +2,7 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
chafa
|
||||
ctpv
|
||||
#ctpv
|
||||
];
|
||||
file = {
|
||||
".config/lf/icons" = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
plugins.lsp = {
|
||||
servers = {
|
||||
phpactor.enable = true;
|
||||
#phpactor.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
};
|
||||
folding = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue