diff --git a/home/private_dot_config/nvim/lua/plugins/treesitter.lua b/home/private_dot_config/nvim/lua/plugins/treesitter.lua index 7e392c0a..ebc33599 100644 --- a/home/private_dot_config/nvim/lua/plugins/treesitter.lua +++ b/home/private_dot_config/nvim/lua/plugins/treesitter.lua @@ -15,7 +15,7 @@ return { "nvim-treesitter/nvim-treesitter-context", config = true, }, - { -- https://github.com/'IndianBoy42/tree-sitter-just' + { -- https://github.com/IndianBoy42/tree-sitter-just "IndianBoy42/tree-sitter-just", config = true, },