---
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: true
      compatible: false
      fixeol: false
      ignorecase: false
      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
    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