fixed issue where commenting in rust was not possible.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
lazy = false,
|
||||
opts = {}
|
||||
'numToStr/Comment.nvim',
|
||||
lazy = false,
|
||||
opts = {}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
commit = "90cd658",
|
||||
build = ':TSUpdate',
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
config = function()
|
||||
@@ -20,6 +21,7 @@ return {
|
||||
"gdscript",
|
||||
"vue",
|
||||
"toml",
|
||||
"rust"
|
||||
},
|
||||
highlight = {
|
||||
enable = true
|
||||
|
||||
Reference in New Issue
Block a user