home: vim: use 'lsp-formatting.nvim'
A few things that are different: * Async by default. * Takes care of the order of formatters, if I ever need to do that. * Allows for easily disabling formatting (unfortunately this is global state, not buffer-local). * Gets rid of the formatting pause when doing `:wq`.
This commit is contained in:
parent
3122db6536
commit
a29deaa9bc
3 changed files with 8 additions and 11 deletions
|
|
@ -67,6 +67,7 @@ in
|
|||
|
||||
# LSP and linting
|
||||
nvim-lspconfig # Easy LSP configuration
|
||||
lsp-format-nvim # Simplified formatting configuration
|
||||
lsp_lines-nvim # Show diagnostics *over* regions
|
||||
null-ls-nvim # LSP integration for linters and formatters
|
||||
nvim-treesitter.withAllGrammars # Better highlighting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue