updated neovim state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-09 18:44:51 +01:00
parent 3a431122f6
commit 6c13dde5a6

View File

@ -15,24 +15,24 @@ neovim:
fileencoding: utf-8
fileencodings: "utf-8,latin1"
encoding: utf-8
eol:
nocompatible:
nofixeol:
noignorecase:
mouse:
number:
eol: true
nocompatible: true
nofixeol: true
noignorecase: true
mouse: ""
number: true
viminfo: "'50,<1000,s100,h"
timeoutlen: 1000
backspace: "indent,eol,start"
autoindent:
nocindent:
ic:
modeline:
autoindent: true
nocindent: true
ic: true
modeline: true
incsearch:
tabstop: 2
shiftwidth: 2
softtabstop: 2
expandtab:
expandtab: true
laststatus: 2
t_Co: 256
t_ut: ""