NVim: lsp format on save
This commit is contained in:
parent
06722274f9
commit
39fc8af382
2 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue