90 lines
1.8 KiB
YAML
90 lines
1.8 KiB
YAML
|
---
|
||
|
neovim:
|
||
|
enabled: true
|
||
|
neovimfiles_dir: /etc/xdg/nvim
|
||
|
colors_dir: /etc/xdg/nvim/colors
|
||
|
plugins_dir: /etc/xdg/nvim/pack/plugins/start
|
||
|
config:
|
||
|
options: {}
|
||
|
use_theme: monokai
|
||
|
lets:
|
||
|
defaults_neovim:
|
||
|
name: g:skip_defaults_vim
|
||
|
value: 1
|
||
|
rustfmt_autosave:
|
||
|
name: g:rustfmt_autosave
|
||
|
value: 1
|
||
|
ale_completion_enabled:
|
||
|
name: g:ale_completion_enabled
|
||
|
value: 1
|
||
|
sets:
|
||
|
fileencoding:
|
||
|
name: fileencoding
|
||
|
value: utf-8
|
||
|
fileencodings:
|
||
|
name: fileencodings
|
||
|
value: utf-8,latin1
|
||
|
encoding:
|
||
|
name: encoding
|
||
|
value: utf-8
|
||
|
eol:
|
||
|
name: eol
|
||
|
nocompatible:
|
||
|
name: nocompatible
|
||
|
nofixeol:
|
||
|
name: nofixeol
|
||
|
noignorecase:
|
||
|
name: noignorecase
|
||
|
mouse:
|
||
|
name: mouse=
|
||
|
number:
|
||
|
name: number
|
||
|
viminfo:
|
||
|
name: viminfo
|
||
|
value: "'50,<1000,s100,h"
|
||
|
timeoutlen:
|
||
|
name: timeoutlen
|
||
|
value: 1000
|
||
|
backspace:
|
||
|
name: backspace
|
||
|
value: indent,eol,start
|
||
|
autoindent:
|
||
|
name: autoindent
|
||
|
nocindent:
|
||
|
name: nocindent
|
||
|
ic:
|
||
|
name: ic
|
||
|
modeline:
|
||
|
name: modeline
|
||
|
incsearch:
|
||
|
name: incsearch
|
||
|
tabstop:
|
||
|
name: tabstop
|
||
|
value: 2
|
||
|
shiftwidth:
|
||
|
name: shiftwidth
|
||
|
value: 2
|
||
|
softtabstop:
|
||
|
name: softtabstop
|
||
|
value: 2
|
||
|
expandtab:
|
||
|
name: expandtab
|
||
|
pastetoggle:
|
||
|
name: pastetoggle
|
||
|
value: "<F9>"
|
||
|
laststatus:
|
||
|
name: laststatus
|
||
|
value: 2
|
||
|
t_Co:
|
||
|
name: t_Co
|
||
|
value: 256
|
||
|
t_ut:
|
||
|
name: t_ut
|
||
|
value: ""
|
||
|
use_syntax: true
|
||
|
themes:
|
||
|
monokai:
|
||
|
name: monokai
|
||
|
url: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
|
||
|
plugins: {}
|