aboutsummaryrefslogtreecommitdiff
path: root/regular.vim
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-02-04 09:01:53 +0300
committerA Farzat <a@farzat.xyz>2026-02-04 09:01:53 +0300
commitf9122cd66cebc5384916f4620a387b29c2e816de (patch)
tree0cc8fd19f7178754bf792786262ba514ae258d23 /regular.vim
parentd7f7c0586512424b17da314aba60c2875aaf860f (diff)
downloadnvim-f9122cd66cebc5384916f4620a387b29c2e816de.tar.gz
nvim-f9122cd66cebc5384916f4620a387b29c2e816de.zip
Fix error caused by upgrade of nvim-treesitterHEADmaster
Diffstat (limited to 'regular.vim')
-rw-r--r--regular.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/regular.vim b/regular.vim
index 9f907df..8bd792e 100644
--- a/regular.vim
+++ b/regular.vim
@@ -9,7 +9,7 @@ set number
set relativenumber
" Use the wal colorscheme from the plugin if available.
-colorscheme wal
+colorscheme industry
" Add a red column after textwidth limit.
set colorcolumn=+1
@@ -38,10 +38,6 @@ set noarabicshape
set keymap=arabic
set iminsert=0
-" Folding based on treesitter
-set foldmethod=expr
-set foldexpr=nvim_treesitter#foldexpr()
-
" Disable mouse.
set mouse=