This website requires JavaScript.
Explore
Help
Sign in
kevin
/
darkcloud-nvimconfig
Watch
1
Star
0
Fork
You've already forked darkcloud-nvimconfig
0
mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced
2024-11-09 23:06:38 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
25667a2b05
darkcloud-nvimconfig
/
update
5 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
Added a new script that can be used to update the repo if bash is available. Updated the README. Improved the theme by adding a bunch of syntax highlighting definitions (mostly rooted in html, though a bunch of other languages base their colours on it), as well as tweaking visual selection to longer invert on the block with the cursor, and parenthesis matching to look the same at both ends. Added a plugin that improves the theme and adds some keyboard shortcuts to markdown, which is what the README.md files in Github are written in. I realized that the h,j,k,l shortcuts equivalent to the ones with arrow keys I'd added were overwriting other shortcuts with the shift combinations, so I removed those and the ctrl-ones for consistency. The diff shortcuts weren't intuitive or easy on the hands, so I tried something else and I think it works much better now (check vim/keyboard.vim). An update script has also been added to simplify updating submodules; I'm not completely clear as to whether following this method will properly update the submodules in certain conditions like when one is removed, but this should add new ones and update the existing ones after pulling from the repo.
2014-04-01 00:03:52 -04:00
#!/usr/bin/env bash
git pull origin
removed the --rebase flag from the update script since it doesn't seem to help remove nerdtree
2014-04-02 11:33:49 -04:00
git submodule update --init --recursive
Reference in a new issue
Copy permalink