feat: enable context commentstring by default (#1904)

This commit is contained in:
Christian Chiarulli 2021-11-05 22:15:10 +00:00 committed by GitHub
parent 6b3e0574a3
commit e193d6aed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -75,6 +75,10 @@ return {
require("lvim.core.treesitter").setup()
end,
},
{
"JoosepAlviste/nvim-ts-context-commentstring",
event = "BufReadPost",
},
-- NvimTree
{