Skip to content

GLaDOS-418/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(n)vim config

CONTENTS

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

SOURCE

USEFUL LINKS

DISCUSSIONS

IMPROVE VIM

SOCIAL MEDIA

WIP

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 Migration Notes

I started with vim but now, I'm using neovim... the config has bloated quite a bit and its compatibility with vim may have been broken. At some point, I might have to split the config for vim and neovim exclusive.

UPDATE: This part is mostly done now. I already split the plugin stuff for vim and nvim, while keeping the common settings shared.

Earlier I had a list of reasons for migrating away from vim and a lot of them don't apply anymore but, it's mostly LSP, treesitter, more available plugins, and the possibility of embedding neovim in other places like vscode-neovim and firenvim.

Contributors