fix(neovim): fix comment setup
This commit is contained in:
parent
c4ada51f15
commit
2978197378
3 changed files with 13 additions and 8 deletions
|
@ -31,6 +31,8 @@ vim.g.closetag_regions = {
|
|||
["javascript.jsx"] = "jsxRegion",
|
||||
}
|
||||
|
||||
require("Comment").setup {}
|
||||
|
||||
local wk = require("which-key")
|
||||
|
||||
require("nvim-tree").setup {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue