This commit is contained in:
parent
3a431122f6
commit
6c13dde5a6
@ -15,24 +15,24 @@ neovim:
|
|||||||
fileencoding: utf-8
|
fileencoding: utf-8
|
||||||
fileencodings: "utf-8,latin1"
|
fileencodings: "utf-8,latin1"
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
eol:
|
eol: true
|
||||||
nocompatible:
|
nocompatible: true
|
||||||
nofixeol:
|
nofixeol: true
|
||||||
noignorecase:
|
noignorecase: true
|
||||||
mouse:
|
mouse: ""
|
||||||
number:
|
number: true
|
||||||
viminfo: "'50,<1000,s100,h"
|
viminfo: "'50,<1000,s100,h"
|
||||||
timeoutlen: 1000
|
timeoutlen: 1000
|
||||||
backspace: "indent,eol,start"
|
backspace: "indent,eol,start"
|
||||||
autoindent:
|
autoindent: true
|
||||||
nocindent:
|
nocindent: true
|
||||||
ic:
|
ic: true
|
||||||
modeline:
|
modeline: true
|
||||||
incsearch:
|
incsearch:
|
||||||
tabstop: 2
|
tabstop: 2
|
||||||
shiftwidth: 2
|
shiftwidth: 2
|
||||||
softtabstop: 2
|
softtabstop: 2
|
||||||
expandtab:
|
expandtab: true
|
||||||
laststatus: 2
|
laststatus: 2
|
||||||
t_Co: 256
|
t_Co: 256
|
||||||
t_ut: ""
|
t_ut: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user