45 lines
1.0 KiB
YAML
45 lines
1.0 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:
|
|
fileencoding: utf-8
|
|
fileencodings: "utf-8,latin1"
|
|
encoding: utf-8
|
|
eol:
|
|
nocompatible:
|
|
nofixeol:
|
|
noignorecase:
|
|
mouse:
|
|
number:
|
|
viminfo: "'50,<1000,s100,h"
|
|
timeoutlen: 1000
|
|
backspace: "indent,eol,start"
|
|
autoindent:
|
|
nocindent:
|
|
ic:
|
|
modeline:
|
|
incsearch:
|
|
tabstop: 2
|
|
shiftwidth: 2
|
|
softtabstop: 2
|
|
expandtab:
|
|
laststatus: 2
|
|
t_Co: 256
|
|
t_ut: ""
|
|
use_syntax: true
|
|
themes:
|
|
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
|
|
plugins:
|
|
lightline: https://github.com/itchyny/lightline.vim.git
|
|
nvim-tree: https://github.com/nvim-tree/nvim-tree.lua.git
|