nvim: fix indent highlighting

This commit is contained in:
Mark Riedesel 2024-07-24 18:49:27 -05:00
parent c759257ead
commit b18beb9aca
4 changed files with 25 additions and 2 deletions

View file

@ -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 = {} },
},