modules/neovim: set nowrap and install conflict-marker plugin
This commit is contained in:
parent
67e37b3a85
commit
47a94d20aa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue