We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1283adb commit ed0c1fbCopy full SHA for ed0c1fb
1 file changed
lua/fredrkl/plugins/nvim-treesitter.lua
@@ -4,7 +4,7 @@ return {
4
lazy = false,
5
build = ':TSUpdate',
6
config = function()
7
- require('nvim-treesitter').install { 'c_sharp', 'lua' }
+ require('nvim-treesitter').install { 'c_sharp', 'lua', 'json' }
8
end,
9
}
10
--
0 commit comments