modules/neovim: set nowrap and install conflict-marker plugin
This commit is contained in:
parent
67e37b3a85
commit
47a94d20aa
|
@ -57,6 +57,8 @@
|
||||||
|
|
||||||
vim-terraform
|
vim-terraform
|
||||||
goyo-vim
|
goyo-vim
|
||||||
|
|
||||||
|
conflict-marker-vim
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
@ -78,6 +80,7 @@
|
||||||
set smartcase
|
set smartcase
|
||||||
set colorcolumn=120
|
set colorcolumn=120
|
||||||
set textwidth=120
|
set textwidth=120
|
||||||
|
set nowrap
|
||||||
|
|
||||||
" Autosave when focus is lost
|
" Autosave when focus is lost
|
||||||
:au FocusLost * :wa
|
:au FocusLost * :wa
|
||||||
|
|
Loading…
Reference in a new issue