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
d0b52fac4f
fix incorrect script name in install fixes #20
2016-02-03 22:15:27 -06:00
Nick Nisi
33e554b7f2
consolidate git-churn into gitconfig
2016-02-03 10:12:26 -06:00
Nick Nisi
0583b0250f
clean up git log aliases
...
* remove seldom used `git lg` alias
* update colors/format of `git l` alias
* update zsh alias `glog` to use `git l` instead of its own thing
2016-02-03 09:52:59 -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
5d114e5cd7
update README file links
2016-01-17 10:03:46 -06:00
Nick Nisi
a517c4b90f
README cleanup, install script cleanup
...
* Remove bad links, unnecessary sections
* add TODO for tmux section
* move installosx.sh to install/osx.sh
2016-01-17 09:55:52 -06:00
Nick Nisi
dccebf5756
remove vim/ and add symlinks
...
Remove the vim configuration files from the repository. I have moved fully over
to neovim and so these configuration files have stagnated. Instead, let's symlink the
neovim config for vim
* remove vim/
* add symlinking code in install/link.sh to symlink neovim config for vim
* symlink config/nvim -> ~/.vim
* symlink config/nvim/init.vim -> ~/.vimrc
* Remove old/outdated info from README
* Revise Vim and Neovim section of README
2016-01-17 09:39:07 -06:00
Nick Nisi
6f2bfd121d
tm script - redirect error output to /dev/null
2016-01-12 09:01:07 -06:00
Nick Nisi
8b644574dc
add markdown snippets and front matter syntax
2016-01-04 14:48:32 -06:00
Nick Nisi
1041d53ac4
Remove rdio support, combine spotify and itunes
...
* remove rdio.scpt for detecting currently playing rdio trip. RIP
* combine iTunes and Spotify scripts together into a single, tunes.scpt
2015-12-31 12:01:58 -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
cc2de67057
add instructionFormat for interactive rebase
2015-12-03 09:36:16 -06:00
Nick Nisi
1ea1229e47
update vim-plug and update css-color loading
2015-12-03 09:36:16 -06:00
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