modules/neovim: set nowrap and install conflict-marker plugin

This commit is contained in:
fleaz 2023-09-07 18:09:02 +02:00
parent 67e37b3a85
commit 47a94d20aa

View file

@ -57,6 +57,8 @@
vim-terraform
goyo-vim
conflict-marker-vim
];
extraConfig = ''
set nocompatible
@ -78,6 +80,7 @@
set smartcase
set colorcolumn=120
set textwidth=120
set nowrap
" Autosave when focus is lost
:au FocusLost * :wa