43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
---
|
|
neovim:
|
|
enable: true
|
|
neovimfiles_dir: /etc/xdg/nvim
|
|
colors_dir: /etc/xdg/nvim/colors
|
|
plugins_dir: /usr/share/nvim/site/pack/plugins/start
|
|
config:
|
|
use_theme: monokai
|
|
globals:
|
|
skip_defaults_vim: 1
|
|
rustfmt_autosave: 1
|
|
ale_completion_enabled: 0
|
|
jedi#popup_on_dot: 0
|
|
options:
|
|
autoindent: true
|
|
backspace: "indent,eol,start"
|
|
cindent: false
|
|
compatible: false
|
|
encoding: utf-8
|
|
eol: true
|
|
expandtab: true
|
|
fileencoding: utf-8
|
|
fileencodings: "utf-8,latin1"
|
|
fixeol: false
|
|
ignorecase: true
|
|
incsearch: true
|
|
laststatus: 2
|
|
modeline: true
|
|
mouse: ""
|
|
number: true
|
|
shiftwidth: 2
|
|
softtabstop: 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
|