Commit Graph

29 Commits

Author SHA1 Message Date
Nick Nisi
c4729d4c92 plug update 2016-05-11 18:44:11 -05:00
Nick Nisi
dc84fc3366 set filetype to javascript for .es6 2016-04-28 15:19:38 -05:00
Nick Nisi
a5289bd799 fix issue with jade plugin not loading 2016-04-26 10:32:12 -05:00
Nick Nisi
f53086866f update plug version 2016-04-26 10:31:21 -05:00
Nick Nisi
953baffc61 upgrade vim-plug 2016-04-17 08:49:19 -05:00
Nick Nisi
c44f8c6bd0 add fancy pants italic font support
* add terminfo for terminal and tmux
* set comments to italic in vim
* update zshrc and tmux.conf to use italic terminfo
2016-04-14 17:25:33 -05:00
Nick Nisi
65d86849c3 update vim-plug 2016-04-14 16:20:14 -05:00
Nick Nisi
c9ac7a5fcb update vim-plug 2016-04-04 17:32:37 -05:00
Nick Nisi
d4778971c8 clean up and organize vimrc 2016-04-03 21:34:13 -05:00
Nick Nisi
e5f14898b6 upgrade plug 2016-04-03 21:28:01 -05:00
Nick Nisi
ae5271c840 add markdown snippets, remove typescript-tools 2016-03-29 11:37:49 -07:00
Nick Nisi
acc05485e8 upgrade vim-plug 2016-03-29 11:32:49 -07:00
Nick Nisi
d0063fbef7 upgrade vim-plug 2016-03-29 11:32:21 -07:00
Nick Nisi
95cfe5a39c vimrc updates
* replace vim-javascript-syntax with yajs plugin
* add  typescript-tools.vim plugin
* set json filetype for babelrc, jshintrc, eslintrc files
* configure neomake for tsc
2016-03-12 22:37:15 -06:00
Nick Nisi
75cfef9e5f upgrade vim-plug 2016-03-12 22:36:36 -06:00
Nick Nisi
2868039862 upgrade vim-plug 2016-02-28 14:45:38 -06:00
Nick Nisi
e4b875f2a3 add short descriptions of vim plugins
Requested in #21, add a brief description of each of the plugins listed in the vim config
2016-02-08 18:37:36 -06:00
Nick Nisi
1a1d63222d upgrade vim-plug 2016-02-03 09:51:35 -06:00
Nick Nisi
6bb11ca1be update vim-airline and install themes
vim-airline moved and split out the themes into a separate repo
2016-01-29 09:28:43 -06:00
Nick Nisi
8b644574dc add markdown snippets and front matter syntax 2016-01-04 14:48:32 -06:00
Nick Nisi
671d0aa2e7 upgrade plug version 2015-12-31 12:01:32 -06:00
Nick Nisi
87c5f4c612 remove duplicate neomake config 2015-12-30 20:09:47 -06:00
Nick Nisi
40d5e5280d set neomake syntax checker by config existence
If a .jshintrc file exists in the project directory, then use jshint. Otherwise, default to eslint
2015-12-30 20:06:55 -06:00
Nick Nisi
2d4cc4178a updating vim-plug 2015-12-14 08:57:45 -06:00
Nick Nisi
1ea1229e47 update vim-plug and update css-color loading 2015-12-03 09:36:16 -06:00
Nick Nisi
1a525bdc61 add more js snippets 2015-11-21 19:02:02 -06:00
Nick Nisi
abe32d6caf upgrade plug.vim and switch out ctrlp source repo 2015-11-21 19:01:33 -06:00
Nick Nisi
690a465d7f fix <leader>ev and remove other mappings fixes #12
* fix `<leader>ev` so that it opens ~/.config/nvim/init.vim
* remove `<leader>ep`
* remove `<leader>ef`

Thanks for pointing this out, @surrain!
2015-11-04 21:44:28 -06:00
Nick Nisi
316a7a662b update location of neovim config, update link.sh
* move ~/.nvim to ~/.config/nvim
* move ~/.nvimrc to ~/.config/nvim/init.vim
* update install/link.sh to skip already existing files
* update install/link.sh to handle creating symlinks for files in newly created config/ directory

These changes are consistent with the latest neovim install, which moves away from ~/.nvim and ~/.nvimrc
2015-10-29 20:25:36 -05:00