nvim: add comment + treesitter aware commentstring
This commit is contained in:
parent
5942a1c94c
commit
10ebfad990
2 changed files with 10 additions and 0 deletions
|
|
@ -312,3 +312,11 @@ require("lualine").setup({
|
|||
inactive_winbar = {},
|
||||
extensions = {},
|
||||
})
|
||||
|
||||
require("Comment").setup()
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue