aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/init.vim
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01nvim: Enable trucolor with new optionJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01nvim: Replace CtrlP with deniteJohannes Löthberg1-5/+7
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01nvim: Update initJohannes Löthberg1-17/+7
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-12-25nvim: Change ctrlp bindingsJohannes Löthberg1-1/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: accidentally dropped leader-/Johannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: Fixup commentsJohannes Löthberg1-5/+15
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: fix test if fugitive is loadedJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: Drop syntastic settingsJohannes Löthberg1-14/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: Move rst_syntax_code_list upJohannes Löthberg1-2/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: REorganize mappings, drop space as leaderJohannes Löthberg1-9/+8
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: Organize setting of optionsJohannes Löthberg1-7/+12
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init: Reorder plugins sectionJohannes Löthberg1-17/+9
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: init.vim: Don't write backups to the current dirJohannes Löthberg1-0/+1
It's fucking idiotic. :| Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim/init: Move *.h filetype setting to filetype.vimJohannes Löthberg1-6/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25nvim: Remove xdg partsJohannes Löthberg1-7/+0
nvim supports xdg itself. Though it uses XDG_DATA_HOME instead of XDG_CACHE_HOME.. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-25Add nvim settingsJohannes Löthberg1-0/+189
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>