Commit Graph

485 Commits

Author SHA1 Message Date
Nick Nisi
0a2782f3ae update colorscheme 2015-12-03 09:36:16 -06:00
Nick Nisi
de6a17ce9b update scpp command output location 2015-11-21 19:02:23 -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
e17e60b43d update README on install scripts & add video link 2015-11-05 21:20:08 -06:00
Nick Nisi
1a8ab46753 update neovim to install release version
update neovim to install the release version instead of HEAD now that there are releases of neovim
2015-11-05 21:06:10 -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
Nick Nisi
a61d3b67af fix symlink location in install script fixes #9
Fix the symlink location in install/link.sh
Thanks to @nilbot for pointing it out!
2015-10-28 21:16:06 -05:00
Nick Nisi
a585e0caf6 various nvim/tmux updates
* make sure diffs open vertically in vim
* update tmux theme
* allow tmux to change the title of the terminal
* add .nvim/shada to gitignore ?
2015-10-25 13:21:33 -05:00
Nick Nisi
6e879a7186 remove vim/nvim dictionaries from dotfiles 2015-10-25 13:14:28 -05:00
Nick Nisi
14d538d9d3 update zsh prompt
* update colors
* replaced the needs_push call with arrows indicating whether a pull or push is needed (Thanks, pure)
* clean up file and add comments
* update README with thorough description of prompt
* add section on ~/.zshrc to the README
2015-10-25 13:11:01 -05:00
Nick Nisi
476bfa4236 add updates to README 2015-10-20 09:43:54 -05:00
Nick Nisi
332c842c5c correct mouse behavior in tmux 2.1
Make tmux behave like it did in 2.0 with these changes. Credits to this reddit thread: https://www.reddit.com/r/tmux/comments/3paqoi/tmux_21_has_been_released/cw552qd
2015-10-19 19:58:59 -05:00
Nick Nisi
7e946ac148 update tmux settings for tmux 2.1
update mouse options for new settings in tmux 2.1
bbdc08780c/CHANGES
2015-10-19 07:25:37 -05:00
Nick Nisi
a798da64e8 fix typescript plugins, sync vim
* fix typescript plugins
* update vim plugins with nvim list
* upgrade vim-plug for vim
2015-10-08 22:20:52 -05:00
Nick Nisi
e0886c04cc set eighties theme, alias vim to nvim 2015-10-02 15:54:11 -05:00
Nick Nisi
c4e6606fc8 upgrade plug version 2015-09-27 17:02:37 -05:00
Nick Nisi
e1ba0838dd switch to a better handlebars/mustache plugin 2015-09-17 09:21:14 -05:00
Nick Nisi
5e796fa0a7 upgrade plug version 2015-09-17 09:20:36 -05:00
Nick Nisi
35036c7808 add filter abbreviation correction 2015-09-11 10:53:26 -05:00
Nick Nisi
a239ad5a46 add autocmd for crontab editing
This fix prevents the "crontab: temp file must be edited in place" error message on OSX
2015-09-01 14:10:54 -05:00
Nick Nisi
1ac787e861 plug updates 2015-08-31 08:39:13 -05:00
Nick Nisi
005352dc23 add alias to copy current branch name to clipboard 2015-08-27 23:14:46 -05:00
Nick Nisi
17c2da58ee add new handlebars plugin 2015-08-25 21:50:47 -05:00
Nick Nisi
937c85103e add terminfo from home directory if it exists 2015-08-25 21:49:47 -05:00
Nick Nisi
603974077f add nvim spell and snippets 2015-08-25 21:49:11 -05:00
Nick Nisi
1058ea646b add chrome and canary aliases
simplify the task of starting chrome and canary from the command line
2015-08-24 18:34:36 -05:00
Nick Nisi
095fe4f5c0 remove extra paren in tmux.conf
Thanks for pointing this out, @yujiaao
2015-08-23 20:03:21 -05:00
Nick Nisi
228afb113c add REPORTTIME to zshrc 2015-08-20 10:15:21 -05:00
Nick Nisi
1dd251f4e9 add jscs pre-commit check 2015-08-17 09:41:55 -05:00
Nick Nisi
d590511be4 fix jshint pre-commit hook
* fix issue with hook apparently not recognizing javascript files
* add check for existence of jshint and, quit without errors
2015-08-15 08:33:32 -05:00
Nick Nisi
1449da7cd7 add nvim configuration
* add neovim installation to brew install script
* clone vimrc to nvimrc
* replace syntastic plugin with neomake
2015-08-13 22:38:38 -05:00
Nick Nisi
4eb98ce825 vim-plug fixes, syntastic changes
* update vim-plug config to ensure NERDTree opens on locating command
* fix issue with markdown plugin and stylus issue ¯\_(ツ)_/¯
* disable relative line numbers, for now
2015-08-13 22:36:30 -05:00
Nick Nisi
387594e491 update install files
* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
2015-08-10 22:40:10 -05:00
Nick Nisi
131f43e354 sort and clean up vim plugins 2015-08-10 21:35:38 -05:00
Nick Nisi
811064e10c remove vundle, add vim-plug
vim-plug gives more control over vim plugins, allowing me to set when a plugin loads, scripts to run on install, and more.
2015-08-10 21:17:24 -05:00
Nick Nisi
0a75fcbce1 add limelight plugin, dictionary updates 2015-07-25 18:31:29 -05:00
Nick Nisi
cfbcb54941 setup kaleidoscope as a merge tool 2015-07-25 18:23:23 -05:00
Nick Nisi
1d031bd6f5 turn back on invisible characters in vim 2015-07-07 09:21:29 -05:00
Nick Nisi
a992c2f206 add updated textile and html snippets 2015-07-01 10:51:48 -05:00
Nick Nisi
c28bcbf901 prompt and colorscheme updates
* update colorscheme
* update prompt colors
2015-06-27 05:48:44 -04:00
Nick Nisi
2269456703 dictionary updates 2015-06-27 05:47:58 -04:00
Nick Nisi
87151f6cb1 add git alias for checkout out PRs locally 2015-06-25 19:49:45 -04:00
Nick Nisi
2bd7d3b5d9 fix typo in brew install file 2015-06-17 17:57:32 -04:00
Nick Nisi
81e1453053 cleanup zsh aliases
* remove unused aliases
* remove window.zsh
2015-06-17 15:18:20 +02:00
Nick Nisi
69a938f131 dictionary updates, add md -> html shortcut 2015-06-17 14:56:23 +02:00
Nick Nisi
27bf310ecf update install script
* remove unused items
* update to symlink the nginx configuration
* install markdown from homebrew
2015-06-17 14:55:40 +02:00
Nick Nisi
eb0def63cc dictionary updates 2015-05-29 16:36:26 -04:00
Nick Nisi
07de760840 fix spacing problems in tmux theme 2015-05-29 16:36:05 -04:00