mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 05:46:53 +00:00
chore(nvim): cleanup, formatting, fixes
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
-- https://github.com/nvim-treesitter/nvim-treesitter
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = function()
|
||||
pcall(require('nvim-treesitter.install').update { with_sync = true })
|
||||
end,
|
||||
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