mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable automatic folds in the fugitive window because they break the UI
This commit is contained in:
parent
70acf70f0b
commit
8198c861f4
1 changed files with 1 additions and 0 deletions
1
nvim/after/ftplugin/fugitive.vim
Normal file
1
nvim/after/ftplugin/fugitive.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
setlocal nofoldenable foldmethod=manual
|
Loading…
Reference in a new issue