framework: nixvim lsp-format, btrfs scrub
This commit is contained in:
parent
200e9eb7da
commit
2b74b7218b
4 changed files with 21 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue