Get rid of tree-sitter
Anirudh Oppiliappan x@icyphox.sh
Thu, 11 Mar 2021 10:16:49 +0530
2 files changed,
1 insertions(+),
15 deletions(-)
M
config/nvim/ftplugin/text.vim
→
config/nvim/ftplugin/text.vim
@@ -1,2 +1,2 @@
setlocal expandtab -set tw=72 +setlocal ts=4 tw=72
D
config/nvim/lua/treesitter.lua
@@ -1,14 +0,0 @@
-require('nvim-treesitter.configs').setup { - highlight = { - enable = true, - }, - incremental_selection = { - enable = true, - keymaps = { - init_selection = "gnn", - node_incremental = "grn", - scope_incremental = "grc", - node_decremental = "grm", - }, - }, -}