nvim: fix indent highlighting
This commit is contained in:
parent
c759257ead
commit
b18beb9aca
4 changed files with 25 additions and 2 deletions
|
@ -3,7 +3,7 @@ return {
|
|||
event = { "BufReadPre", "BufNewFile" },
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-nvim-lsp-signature-help",
|
||||
"hrsh7th/cmp-nvim-lsp-signature-help",
|
||||
{ "antosha417/nvim-lsp-file-operations", config = true },
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue