mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
feat(nvim): cleanup, fixes and helpers
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
-- https://github.com/nvim-treesitter/nvim-treesitter
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = function() pcall(require('nvim-treesitter.install').update { with_sync = true }) end,
|
||||
version = false, -- last release is way too old and doesn't work on Windows
|
||||
build = function()
|
||||
pcall(require('nvim-treesitter.install').update { with_sync = true })
|
||||
end,
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user