this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

broke now works sitter

+5 -3
+5 -3
lua/technoduck/lazy_plugins/treesitter.lua
··· 1 1 return { 2 2 'nvim-treesitter/nvim-treesitter', 3 - --build = ":TSUpdate", 3 + branch = 'master', 4 + lazy = false, 5 + build = ":TSUpdate", 4 6 config = function() 5 - require('nvim-treesitter.configs').setup({ 7 + require'nvim-treesitter.configs'.setup({ 6 8 -- A list of parser names, or "all" (the five listed parsers should always be installed) 7 - ensure_installed = {"javascript","typescript","python","rust","c", "lua", "vim", "vimdoc", "query","doxygen" }, 9 + ensure_installed = {"javascript","typescript","python","rust","c", "lua", "vim", "vimdoc" }, 8 10 9 11 -- Install parsers synchronously (only applied to `ensure_installed`) 10 12 sync_install = false,