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

This commit is contained in:
Paul 2025-03-09 18:49:20 +01:00
parent 6c13dde5a6
commit 07089cff18

View File

@ -16,26 +16,24 @@ neovim:
fileencodings: "utf-8,latin1" fileencodings: "utf-8,latin1"
encoding: utf-8 encoding: utf-8
eol: true eol: true
nocompatible: true compatible: false
nofixeol: true fixeol: false
noignorecase: true ignorecase: false
mouse: "" mouse: ""
number: true 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: true autoindent: true
nocindent: true cindent: false
ic: true ic: true
modeline: true modeline: true
incsearch: incsearch: true
tabstop: 2 tabstop: 2
shiftwidth: 2 shiftwidth: 2
softtabstop: 2 softtabstop: 2
expandtab: true expandtab: true
laststatus: 2 laststatus: 2
t_Co: 256
t_ut: ""
use_syntax: true use_syntax: true
themes: themes:
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim