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

@ -56,7 +56,7 @@ return {
{ name = "luasnip" }, -- snippets
{ name = "buffer" }, -- text within current buffer
{ name = "path" }, -- file system paths
{ name = "nvim_lsp_signature_help" }, -- function parameters
{ name = "nvim_lsp_signature_help" }, -- function parameters
}),
-- configure lspkind for vs-code like pictograms in completion menu