fix(neovim): fix comment setup

This commit is contained in:
Felix Schröter 2023-11-30 11:24:55 +01:00
parent c4ada51f15
commit 2978197378
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 13 additions and 8 deletions

View file

@ -31,6 +31,8 @@ vim.g.closetag_regions = {
["javascript.jsx"] = "jsxRegion",
}
require("Comment").setup {}
local wk = require("which-key")
require("nvim-tree").setup {}