only install treesitter if needed
This commit is contained in:
parent
2e0c412f67
commit
f541e3d193
@ -5,10 +5,10 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
require('nvim-treesitter.install').compilers = { 'gcc' }
|
require('nvim-treesitter.install').compilers = { 'gcc' }
|
||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
ensure_installed = 'all',
|
ensure_installed = '',
|
||||||
modules = {},
|
modules = {},
|
||||||
sync_install = false,
|
sync_install = true,
|
||||||
auto_install = false,
|
auto_install = true,
|
||||||
ignore_install = {},
|
ignore_install = {},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user