diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 463afca..7d93977 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -39,7 +39,8 @@ return require('packer').startup({function() -- Colors (decorations) use { -- treesitter: syntax highlighting and more - 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate', + 'nvim-treesitter/nvim-treesitter', + run = ':TSUpdate', config = function() require('blake.lsp').treesitter() end,