Skip to content

Commit

Permalink
disabled treesitter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy authored and David Chen committed Mar 29, 2021
1 parent e630d19 commit 6222e8e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ call plug#begin('~/.config/nvim/plugged')
" Plug 'theniceboy/vim-calc'

" Treesitter
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'nvim-treesitter/playground'
" Plug 'nvim-treesitter/nvim-treesitter'
" Plug 'nvim-treesitter/playground'

" Pretty Dress
Plug 'theniceboy/nvim-deus'
Expand Down Expand Up @@ -1359,15 +1359,15 @@ let g:agit_no_default_mappings = 1
" ===
" === nvim-treesitter
" ===
lua <<EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = {"typescript", "dart", "java"}, -- one of "all", "language", or a list of languages
highlight = {
enable = true, -- false will disable the whole extension
disable = { "c", "rust" }, -- list of language that will be disabled
},
}
EOF
" lua <<EOF
" require'nvim-treesitter.configs'.setup {
" ensure_installed = {"typescript", "dart", "java"}, -- one of "all", "language", or a list of languages
" highlight = {
" enable = true, -- false will disable the whole extension
" disable = { "c", "rust" }, -- list of language that will be disabled
" },
" }
" EOF


" ===
Expand Down

0 comments on commit 6222e8e

Please sign in to comment.