From d1630c259ee102df7d4fe78cecb3cc1058b9a74c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 11 Aug 2012 18:39:10 -0400 Subject: Add VimClojure --- bundle/VimClojure | 1 + 1 file changed, 1 insertion(+) create mode 160000 bundle/VimClojure (limited to 'bundle') diff --git a/bundle/VimClojure b/bundle/VimClojure new file mode 160000 index 00000000..da2683b9 --- /dev/null +++ b/bundle/VimClojure @@ -0,0 +1 @@ +Subproject commit da2683b9069e01c133f0c0129386fd6dc053019c -- cgit 1.4.1 00bce1d85060b584bc416bdb4fc045d87e72b6'/> dontfiles
summary refs log tree commit diff
path: root/files (unfollow)
Commit message (Collapse)Author
2017-07-13Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe
2017-07-11Remove manpager scriptJune McEnroe
neovim now behaves correctly without the redirection hack.
2017-07-09Only pacman -Sy onceJune McEnroe
2017-07-09Add Tarmak 2 to console keymapJune McEnroe
2017-07-04Remove pathogenJune McEnroe
Apparently this is built in now. Except it loads from a weird path structure.
2017-07-04Consolidate pbd, pbcopy, pbpasteJune McEnroe
2017-07-04Reorganize neovim configuration, againJune McEnroe
2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe
<C-w><Esc> works just as well. Convenient.
2017-07-04Generalize C-w neovim terminal mappingJune McEnroe
2017-07-04Remove tmuxJune McEnroe
tmux configuration was starting to bother me, and it got worse with Sierra. Turns out that neovim terminal emulation is much more natural to work with and requires less configuration, though I still disapprove of the feature being included in an editor! For detaching and attaching sessions, abduco is a simple tool that seems to work decently, but given that I will likely only be running neovim in the sessions, I might come up with something even simpler.
2017-07-04Show terminal title in statuslineJune McEnroe
2017-07-04Add nvim terminal mappingsJune McEnroe
2017-06-29Add color to xxJune McEnroe
2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe
2017-06-27Link Scala syntax fileJune McEnroe
Oops.
2017-06-27Clean up top of trivial colorscheme fileJune McEnroe
2017-06-27Fix Scala syntax highlight linksJune McEnroe