Skip to content

Commit

Permalink
Add treesitter-playground to debug highlighting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Oct 16, 2021
1 parent 1144db6 commit ddec397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ return require('packer').startup(function()
use 'vim-airline/vim-airline-themes'
-- TODO: 'edkolev/tmuxline.vim'
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
use 'nvim-treesitter/playground'
use 'vim-test/vim-test'
use 'hrsh7th/nvim-compe'
-- Color scheme
Expand Down
3 changes: 3 additions & 0 deletions nvim/lua/treesitter_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ require('nvim-treesitter.configs').setup {
ensure_installed = 'maintained',
highlight = {
enable = true
},
playground = {
enable = true
}
}

0 comments on commit ddec397

Please sign in to comment.