NVim: lsp format on save

This commit is contained in:
Filippo Berto 2024-01-14 13:55:56 +01:00
parent 06722274f9
commit 39fc8af382
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 4 additions and 1 deletions

View file

@ -64,6 +64,7 @@ let vp = pkgs.vimPlugins; in {
config = ''require("fidget").setup({})'';
}
vp.cmp-nvim-lsp
vp.lsp-format-nvim
{
plugin = vp.nvim-lspconfig;
type = "lua";