GLaDOS-418 / vim

a (neo)vim configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(N)Vim Config

CONTENTS

  • .vimrc
  • .gvimrc
  • init.vim
  • vim-plug glob
  • source code pro font (tff)

SOURCE

USEFUL LINKS

DISCUSSIONS

OTHER INTERESTING PLUGINS

PREVIOUSLY USED PLUGINS

KNOWN ISSUES

  • when using airblade/vim-rooter: Changes Vim working directory to project root.]( https://github.com/airblade/vim-rooter ) - doesn't work well with nerdtree because it unsets autochdir and because of that, I can't open NerdTree in the VCS root on vim start.

TODO

  • fzf is not caching results resulting in recomputation of the whole search space.
  • coc.nvim setup for golang and cpp.
  • snippets' setup.
  • making vim-polyglot work with coc.nvim.
  • set up vimspector for debugging.

About

a (neo)vim configuration.

License:MIT License


Languages

Language:Vim Script 84.7%Language:Lua 13.5%Language:Python 1.9%