projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a298989
)
disabled treesitter highlighting
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 13 Jul 2025 11:24:23 +0000
(13:24 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 13 Jul 2025 11:24:23 +0000
(13:24 +0200)
nvim/init.vim
patch
|
blob
|
history
diff --git
a/nvim/init.vim
b/nvim/init.vim
index 5b3e1211eb6701424c404a8608a3c47d7be92320..69d0a9cf058d698438ab214bed83298d57fc130e 100644
(file)
--- a/
nvim/init.vim
+++ b/
nvim/init.vim
@@
-1,4
+1,8
@@
" colorscheme vim
+
+" Disable syntax highlighting
+" To enable it comment out this line
+" and set hightlight enable to true in treesitter
syntax off
" timeout between commands
@@
-131,7
+135,7
@@
vim.opt.runtimepath:append(ts_parser)
require'nvim-treesitter.configs'.setup {
highlight = {
- enable =
tru
e,
+ enable =
fals
e,
},
parser_install_dir = ts_parser,
}