649afa84b8
Update readme to reflect new location for vim config
2020-09-26 17:40:45 +00:00
Jonathan Hodgson
fc83a80e27
Adds rplugin to git
2020-09-26 14:32:30 +01:00
Jonathan Hodgson
5b13d27758
Adds nvim lsp support
...
also removes some bindings I was experementing with
2020-09-19 11:06:21 +01:00
Jonathan Hodgson
6693029e0c
Added lspconfig and vim-go plugins
...
This is my first step setting up language server in neovim.
I am partially following the following:
https://www.youtube.com/watch?v=T32yqetyy8s
but am hoping to use neovim's built in language client rather than coc
2020-09-08 11:44:53 +01:00
Jonathan Hodgson
746369cf5a
Adds vim cycle plugin and config
...
This plugin extends the ctrl+a and ctrl+x mappings to cycle through
related words as well as the default incremending / decremending
numbers.
I can now cycle through days of the week, margin/padding in css and
true/false.
2020-09-08 10:08:15 +01:00
Jonathan Hodgson
3ef2f89346
Adds admin to dictionary
2020-09-08 10:05:59 +01:00
Jonathan Hodgson
10cc34fe0a
Stops url encode / decode mappings
...
I am trailing vim-unimpared which provides the same functuality
2020-08-05 14:15:29 +01:00
Jonathan Hodgson
5291e0587f
Adds snippets for python and tex
2020-08-05 14:15:01 +01:00
Jonathan Hodgson
3b3e0b2d16
Adds text width and capital movement mappings
2020-08-05 14:13:27 +01:00
Jonathan Hodgson
e83e46be9b
Adds pycache to gitignore
2020-08-05 14:12:43 +01:00
Jonathan Hodgson
4abe9dd5f3
Adds unimpared plugin
2020-08-05 14:10:49 +01:00
Jonathan Hodgson
3cbe334a72
Removes quicktex
2020-06-07 15:45:52 +01:00
Jonathan Hodgson
8963766fac
Makes leader space along with other small changes
...
Adds commets
Adds leader+s to search/replace current word
2020-05-29 11:13:58 +01:00
Jonathan Hodgson
1f5857131f
Adds powershell syntax highlighting
2020-05-29 10:27:35 +01:00
Jonathan Hodgson
fa2e44a582
Adds deoplete
2020-05-03 18:41:06 +01:00
Jonathan Hodgson
61e6b1ad2c
Adds deoplete
2020-04-20 22:19:16 +01:00
Jonathan Hodgson
fc6328fe42
Corrects case of ultisnip
2020-04-20 22:17:56 +01:00
Jonathan Hodgson
cc9369a973
Renames .vimrc to vimrc
2020-04-20 22:17:21 +01:00
Jonathan Hodgson
13a1d30cf4
Adds color to css style colour codes
2020-04-20 22:16:55 +01:00
Jonathan Hodgson
37743e8690
Makes submodules point to https urls
2020-03-30 17:38:19 +01:00
Jonathan Hodgson
954a1f14a3
Removes a lot of plugins
2020-03-30 17:37:26 +01:00
Jonathan Hodgson
32e0ee47f2
Adds spell checking on mail and some focus bindins
2020-03-11 13:07:23 +00:00
Jonathan Hodgson
e19865186e
Adds markdown toc plugin
2020-03-11 13:06:54 +00:00
Jonathan Hodgson
7102523bcc
Adds request syntax
2020-01-04 13:22:27 +00:00
Jonathan Hodgson
2ba1ff0a0d
Typescript plugin
2020-01-04 13:21:58 +00:00
Jonathan Hodgson
fee53462f9
Adds url encode and decode scripts shortcuts
2019-09-26 08:58:34 +01:00
Jonathan Hodgson
bd847bd812
Adds some snippets for web stuff
2019-08-21 15:50:12 +01:00
Jonathan Hodgson
95a85a6893
Adds fzf in place of command t
2019-08-19 08:43:21 +01:00
Jonathan Hodgson
6b21ece902
Installs UltiSnips
2019-08-18 15:02:46 +01:00
Jonathan Hodgson
a1608ce532
Change colour of spell states
2019-08-16 11:00:21 +01:00
Jonathan Hodgson
613f8af0f1
Makes spelling hilighting less ugly
2019-08-13 15:59:35 +01:00
Jonathan Hodgson
669a883e0a
Changes vim powerline theme
2019-08-06 17:19:10 +01:00
Jonathan Hodgson
b4fa066497
Add colour schemes and enable gruvbox dark
2019-08-05 22:49:05 +01:00
Jonathan Hodgson
b85b829af5
Add command line mappings for saving and force saving
2019-07-09 08:10:54 +01:00
Jonathan Hodgson
450c6351a1
Start vim lion configuratino
2019-06-25 09:57:19 +01:00
Jonathan Hodgson
1b7b24b61b
Adds vim vinegar
2019-06-18 12:07:10 +01:00
Jonathan Hodgson
b90f71fc29
Adds ripgrep plugin
2019-06-18 10:33:33 +01:00
Jonathan Hodgson
afaa57bd5b
Maps ; to : in normal mode
2019-06-18 10:32:30 +01:00
Jonathan Hodgson
cbe831f750
Adds vim lion
2019-06-06 17:45:08 +01:00
Jonathan Hodgson
16d377b884
Adds command t
2019-05-17 12:46:14 +01:00
Jonathan Hodgson
6fc7e108bf
updates readme
2019-04-24 10:41:03 +01:00
Jonathan Hodgson
8b01233089
Adds comment
2019-04-17 11:16:37 +01:00
Jonathan Hodgson
19f2264139
adds vim-jinja for syntax support for these template Files
2019-04-15 15:51:00 +01:00
Jonathan Hodgson
2dd2c066c1
Stops trying to activate emmet
2019-03-26 16:12:39 +00:00
Jonathan Hodgson
4ba0474052
Merge branch 'master' of github.com:Jab2870/vim
2019-03-26 07:38:44 +00:00
Jonathan Hodgson
2c9df439de
tweak vimtex config
2019-03-26 07:36:44 +00:00
Jonathan Hodgson
7610262384
Adds a few spell related improvements
...
Markdown documents now have spell switched on when they are opened
C-l will now choose the first option of the last misspeled word in
insert mode.
2019-03-22 17:17:52 +00:00
Jonathan Hodgson
340f9dac47
Removes emmet
2019-03-21 07:59:37 +00:00
Jonathan Hodgson
e3cb835fc0
Work on less compilation shortcuts
2019-03-14 17:07:24 +00:00
Jonathan Hodgson
1b6ec60917
Adds i3 config syntax and makes i3 config file fold
2019-01-22 08:29:04 +00:00