Jonathan Hodgson
9b4c064acd
VIM: Keep selection when using < or > in visual mode
...
When indenting or unindenting a code block, I normally visually select
it and use < or >. However, both of these unselect the selection.
The mappings make vim also do gv after such an action which re-selects
the previous selection.
4 years ago
Jonathan Hodgson
26a70aef93
VIM: Adds firevim plugin
4 years ago
Jonathan Hodgson
62230ac526
VIM: Adds ansiescape submodule
...
This plugin allows you to apply ansi colour escapes in a vim buffer
4 years ago
Jonathan Hodgson
a315410608
VIM: Adds vim fugitive plugin
4 years ago
Jonathan Hodgson
f8c81f35a0
VIM: adds lsp plugin for deoplete
4 years ago
Jonathan Hodgson
bb64b9df85
VIM: adds notmuch plugin for deoplete
4 years ago
Jonathan Hodgson
fa68f86507
VIM: adds abook plugin for deoplete
4 years ago
Jonathan Hodgson
e0bbd0aade
VIM: Adds deoplete plugin
...
This and LSP were the two things that made me make the switch to neovim.
It is a fast and configurable auto-complete tool
4 years ago
Jonathan Hodgson
807981701e
VIM: Adds lsp config submodule
4 years ago
Jonathan Hodgson
7c8d0127ea
VIM: Adds vim-repeat plugin
4 years ago
Jonathan Hodgson
4aefb736c3
VIM: Adds vim-surround plugin
4 years ago
Jonathan Hodgson
4d75673fe0
VIM: Adds vim-vinegar plugin
...
This plugin makes some changes to netrw that I think should be default.
The mapping I use most is - from any buffer to open it's directory
4 years ago
Jonathan Hodgson
f9bb318e77
VIM: Adds some syntax plugins
...
These plugins shouldn't add much (if any) functionality. They are just
for syntax highlighting, indenting etc.
4 years ago
Jonathan Hodgson
2830500014
VIM: Adds fzf plugin
...
FZF is a fuzzy searcher that can be found here:
https://github.com/junegunn/fzf
I use it for a lot of things inside and outside vim
4 years ago
Jonathan Hodgson
8a3cc67dce
VIM: Add my prefered colourscheme: gruvbox and set leaders
...
This involved adding a submodule which contains the gruvbox plugin.
Normally I have the background transparent when using vim but I am going
to try without that.
I have set my leader key to space and my local leader to \ which I am
used to
4 years ago
Jonathan Hodgson
18ad4d528b
VIM: Wiping vim configuration
...
My old vim config has a lot in there that I no longer use and as a
result I will be starting again. My vim configuration used to be a
submodule of my dotfiles, this proved to be more hassel than it was
worth so from now my new vim configuration will be in my main dotfiles
repository in the vim/ directory.
I will be re-building my vim configuration and plan do document
everything as I go in commit messages as seen in Greg Hurrel's excelent
dotfiles repo: https://github.com/wincent/wincent
I will try to keep the number of non-syntax plugins to a minimum.
4 years ago
Jonathan Hodgson
516af805c3
Adds git-fuzzy to zsh
4 years ago
Jonathan Hodgson
c4b14032db
Adds uberw3m submodule
5 years ago
Jonathan Hodgson
74a8e0ee48
Removes dwm and st as submodules
5 years ago
Jonathan Hodgson
e16e23e56b
Removes powerline plugin
5 years ago
Jonathan Hodgson
62d57e66a2
Makes gitmodules point to my repo for st and dwm
5 years ago
Jonathan Hodgson
50c03fe59b
Makes gitmodules point to my repo
5 years ago
Jonathan Hodgson
d6599e53fa
ZSH changes
5 years ago
Jonathan Hodgson
fed10a4508
Move syntax highlighting pluign to plugins folder
5 years ago
Jonathan Hodgson
47d25ab593
Moves autosuggestions submodule and deletes npm completion
5 years ago
Jonathan Hodgson
b5c7e897a9
Remove oh-my-zsh
5 years ago
Jonathan Hodgson
28b1933253
Delete navi
5 years ago
Jonathan Hodgson
22d3634415
Add navi
5 years ago
Jonathan Hodgson
aa49bf402d
Adds st submodule
5 years ago
Jonathan Hodgson
ea9f4c1ac5
Adds base-16 colorschemes
5 years ago
Jonathan Hodgson
7a51784a36
Moves oh-my-zsh into submodule
5 years ago
Jonathan Hodgson
e18e6f77f1
Move my custom zshrc config into a better named folder
5 years ago
Jonathan Hodgson
2af12ec19c
Moves dwm into nostow and removes unused symlink
5 years ago
Jonathan Hodgson
ac0929c510
Moves vim config for use with gnu stow
5 years ago
Jonathan Hodgson
5c7f0fad8c
Lots of work including moving to dwm
6 years ago
Jonathan Hodgson
bf0ef54ead
Add better npm completion
6 years ago
Jonathan Hodgson
2f15817796
Add autosuggestions
7 years ago
Jonathan Hodgson
6ea3f345b0
Work on dotdiles
7 years ago
Jonathan Hodgson
2749e72abe
Start re-organising my dotfiles
7 years ago
Jonathan Hodgson
bdf06732a2
Update zsh config
7 years ago
Jonathan Hodgson
161c78d8fc
Add vim config submodule
8 years ago