Skip to content

Commit ed0c1fb

Browse files
committed
✨ Json treesitter
Signed-off-by: Fredrik Klingenberg <fredrkl@gmail.com>
1 parent 1283adb commit ed0c1fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fredrkl/plugins/nvim-treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ return {
44
lazy = false,
55
build = ':TSUpdate',
66
config = function()
7-
require('nvim-treesitter').install { 'c_sharp', 'lua' }
7+
require('nvim-treesitter').install { 'c_sharp', 'lua', 'json' }
88
end,
99
}
1010
--

0 commit comments

Comments
 (0)