Commit graph

2471 commits

Author SHA1 Message Date
Chris
bfa321c1bd added coc word search 2020-08-10 11:01:35 -04:00
Chris
315b66a976 update gitgutter signs 2020-08-10 10:55:12 -04:00
Chris
257af747c5 remove farignore 2020-08-08 18:53:34 -04:00
Chris
a22b3f2ba4 making far actually work 2020-08-08 17:27:47 -04:00
Chris
8ec63e6aaa stop using rgnvim for far 2020-08-08 12:19:06 -04:00
Christian Chiarulli
2d51e796dd
Merge pull request #44 from ChristianChiarulli/add-license-1
Create LICENSE
2020-08-08 02:14:00 -04:00
Christian Chiarulli
3a732aa7d4
Create LICENSE 2020-08-08 02:13:49 -04:00
Chris
61ea87e253 new image 2020-08-08 02:03:41 -04:00
Chris
8f8e735aac added vim gists 2020-08-08 01:47:57 -04:00
Chris
8c7703d72e cleanup 2020-08-07 23:20:01 -04:00
Chris
bd4f49137e move old coc 2020-08-07 21:57:27 -04:00
Chris
eee273eb08 update readme 2020-08-07 21:39:24 -04:00
Chris
170cbbc1d0 move coc to coc.old for install 2020-08-07 21:35:56 -04:00
Chris
aa4576364b fixing install script 2020-08-07 21:33:09 -04:00
Chris
bf4c1d3104 async task integration 2020-08-07 21:25:39 -04:00
Chris
793766232b added new plugins 2020-08-07 19:14:45 -04:00
Chris
010d73e73c need both 2020-08-07 11:51:36 -04:00
Chris
bbdc2c3fbd using coc-python with pyright 2020-08-07 11:51:01 -04:00
Chris
8af5cb12bf update todo 2020-08-07 04:06:46 -04:00
Chris
ad3da0b12e Merge branch 'master' of github.com:ChristianChiarulli/nvim 2020-08-07 03:35:32 -04:00
Chris
37b3de39e3 added more to the todo list 2020-08-07 03:35:14 -04:00
Christian Chiarulli
adf233d87e
Merge pull request #42 from vladdoster/patch-1
This will help macOS install not fail
2020-08-07 03:33:40 -04:00
Vlad Doster
122e4f0b44
fix a fat finger typo 2020-08-07 02:32:01 -05:00
Chris
be378dde1a update readme 2020-08-07 03:07:36 -04:00
Chris
0a8ad44a19 added far find and replace 2020-08-07 02:47:48 -04:00
Chris
c283a7cb68 removing old plug.vim 2020-08-07 01:52:37 -04:00
Vlad Doster
af499aed36
This will help macOS install not fail 2020-08-06 22:59:47 -05:00
Chris
7f7548ea02 don't use vim devicons I keep forgetting 2020-08-06 23:12:29 -04:00
Chris
9641ef9382 updated readme 2020-08-06 22:53:37 -04:00
Chris
407efb70a1 updated java syntax file 2020-08-06 22:37:50 -04:00
Chris
79327f6f26 added xtabline and undotree 2020-08-06 22:32:00 -04:00
Chris
230c8b76bd vimspector confuses me 2020-08-04 01:26:13 -04:00
Chris
4c02cc12fd vimspector confuses me 2020-08-04 01:25:33 -04:00
Chris
4395fe9403 Adding Java syntax highlighting (thanks king Dan) and updating rainbow parens 2020-08-03 20:52:44 -04:00
Chris
af7eadb7ac updating codi 2020-07-26 15:35:04 -04:00
Chris
cdae7138ac remove virtual text for now 2020-07-18 14:53:37 -04:00
Chris
5d78f939f1 Merge branch 'master' of github.com:ChristianChiarulli/nvim 2020-07-18 14:51:49 -04:00
Chris
f3fab2c54e vista fix 2020-07-18 14:51:10 -04:00
Christian Chiarulli
b900635a06
Merge pull request #38 from ghmhd/@ghmhd/feature/add-jsx-comment-support
add jsx comment support
2020-07-16 00:09:03 -04:00
Gharbi Mohamed
4843a3bcd4 remove unnecessary autocmd 2020-07-15 08:46:28 +01:00
Gharbi Mohamed
537cb980c5 add vim-jsx-pretty and vim-context-commentstring plugins 2020-07-15 08:40:39 +01:00
Christian Chiarulli
337e7b55c8
Merge pull request #37 from ghmhd/@ghmhd/feature/add-multiline-comment-support
Add multi line comment
2020-07-14 22:26:05 -04:00
Gharbi Mohamed
51d9b8841d comment out nerd-comment config and add vim-commentary config file 2020-07-15 03:05:56 +01:00
Gharbi Mohamed
82286eca19 modify '/' mapping to call the Comment function 2020-07-15 03:05:11 +01:00
Gharbi Mohamed
f3ba68b3cc create a function to handle multi line comment 2020-07-15 03:03:47 +01:00
Gharbi Mohamed
bd30daefea add a config file for vim commentary 2020-07-15 02:59:35 +01:00
Christian Chiarulli
b178b332dd
Merge pull request #31 from danielfalbo/patch-1
Cut airline show_tab_type command redundancy
2020-06-22 22:20:37 -04:00
Daniel Falbo
bd5a858817
Cut airline show_tab_type command redundancy
It's line 12
2020-06-22 12:43:07 +02:00
Christian Chiarulli
ff047125b0
Merge pull request #25 from AceMouty/move-selected
feat: can move line selection
2020-06-10 23:11:36 -04:00
acemouty
83c6bffda1 feat: can move line selection
users can now move a single line or an entire block of text / code
while in visual mode

simply select what you need moved and then use
shift + k to move the selection up
shift + j to move the selection down
2020-06-10 14:43:56 -05:00