framework: nixvim lsp-format, btrfs scrub

This commit is contained in:
tristan 2025-06-24 14:27:07 +01:00
parent 200e9eb7da
commit 2b74b7218b
4 changed files with 21 additions and 25 deletions

View file

@ -247,13 +247,6 @@ in {
vim.lsp.buf.format({async = false})
'';
}
{
event = "BufWritePre";
pattern = "*.ts";
callback = luaFunc ''
vim.lsp.buf.format()
'';
}
];
plugins = {
@ -284,6 +277,7 @@ in {
};
};
lsp-format.enable = true;
lsp = {
enable = true;
inlayHints = true;