diff options
| author | A Farzat <a@farzat.xyz> | 2026-02-04 09:04:43 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-02-04 09:04:43 +0300 |
| commit | e12d85aba3b37735b11a64942fd7128b2d08b90f (patch) | |
| tree | eef5b5c5cd56d7f4135e1a5c4bf9dce84e0cc3ff /.config/nvim/regular.vim | |
| parent | 139935c64071d9a55a615e5df8a85c292edf886b (diff) | |
| download | dotfiles-e12d85aba3b37735b11a64942fd7128b2d08b90f.tar.gz dotfiles-e12d85aba3b37735b11a64942fd7128b2d08b90f.zip | |
Diffstat (limited to '.config/nvim/regular.vim')
| -rw-r--r-- | .config/nvim/regular.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/regular.vim b/.config/nvim/regular.vim index ff7b720..8bd792e 100644 --- a/.config/nvim/regular.vim +++ b/.config/nvim/regular.vim @@ -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= |
