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

This commit is contained in:
Paul 2025-03-15 13:14:06 +01:00
parent c714fc69f3
commit 0873ebddc0

View File

@ -12,31 +12,32 @@ neovim:
ale_completion_enabled: 0
jedi#popup_on_dot: 0
options:
fileencoding: utf-8
fileencodings: "utf-8,latin1"
autoindent: true
backspace: "indent,eol,start"
cindent: false
compatible: false
encoding: utf-8
eol: true
compatible: false
expandtab: true
fileencoding: utf-8
fileencodings: "utf-8,latin1"
fixeol: false
ic: true
ignorecase: false
incsearch: true
laststatus: 2
modeline: true
mouse: ""
number: true
viminfo: "'50,<1000,s100,h"
timeoutlen: 1000
backspace: "indent,eol,start"
autoindent: true
cindent: false
ic: true
modeline: true
incsearch: true
tabstop: 2
shiftwidth: 2
softtabstop: 2
expandtab: true
laststatus: 2
tabstop: 2
timeoutlen: 1000
viminfo: "'50,<1000,s100,h"
use_syntax: true
themes:
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
plugins:
jedi-vim: https://github.com/davidhalter/jedi-vim.git@v0.11.2
lightline: https://github.com/itchyny/lightline.vim.git
nvim-tree: https://github.com/nvim-tree/nvim-tree.lua.git