Compare commits
2 commits
d9db1606fe
...
7cdb2994fe
Author | SHA1 | Date | |
---|---|---|---|
7cdb2994fe | |||
a5985f47ee |
9 changed files with 14 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,6 +28,9 @@
|
|||
[submodule "pack/plugins/start/vim-grepper"]
|
||||
path = pack/plugins/start/vim-grepper
|
||||
url = https://github.com/mhinz/vim-grepper.git
|
||||
[submodule "pack/plugins/start/gitignore.vim"]
|
||||
path = pack/plugins/start/gitignore.vim
|
||||
url = https://github.com/euclio/gitignore.vim
|
||||
[submodule "pack/plugins/start/vim-go"]
|
||||
path = pack/plugins/start/vim-go
|
||||
url = https://github.com/fatih/vim-go.git
|
||||
|
|
4
init.vim
4
init.vim
|
@ -36,6 +36,8 @@ let g:netrw_liststyle = 3
|
|||
" remove netrw top banner
|
||||
let g:netrw_banner = 0
|
||||
|
||||
let g:netrw_list_hide = netrw_gitignore#Hide()
|
||||
|
||||
" ADDITIONAL COMMANDS
|
||||
|
||||
" emulate system clipboard
|
||||
|
@ -99,6 +101,8 @@ nnoremap <Leader>d :bp\|bd #<CR>
|
|||
nnoremap <Leader>t :tabnext<CR>
|
||||
tnoremap <C-e> <C-\><C-n>:tabnext<CR>
|
||||
|
||||
nnoremap <unique> <Leader>I <Plug>WildignoreFromGitignore
|
||||
|
||||
" clear trailing spaces in file
|
||||
function! g:ClearTrailingSpaces()
|
||||
silent! %s/\s *$//g
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e817f0dde2c46dc2a61cec4e86dad65f674a630
|
||||
Subproject commit 77c7b00eb15d9b886e19d491cb44a96284cf0466
|
1
pack/plugins/start/gitignore.vim
Submodule
1
pack/plugins/start/gitignore.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9c5d51b86bba0d3e70fa5d9ebd7c928bcdd22519
|
|
@ -1 +1 @@
|
|||
Subproject commit 07fe8cdbcac971238c9d33de73e1cd1a1fa7d7b7
|
||||
Subproject commit c68bbb54d97ab8cea46b866e86a584f4d7a9db4a
|
|
@ -1 +1 @@
|
|||
Subproject commit db073bb2dc872d29e26da355b5f49269aab6b0d0
|
||||
Subproject commit fd47e1ac75ee3a09e13a3b7a8f609907c2b6b542
|
|
@ -1 +1 @@
|
|||
Subproject commit 916d023c35f3aa7fd928e18aa06b01fcfc7bb50e
|
||||
Subproject commit 72888d87ea57761f21c9f67cd0c0faa5904795eb
|
|
@ -1 +1 @@
|
|||
Subproject commit 32c002c239d1838636bd3787012dc319dc4c96ee
|
||||
Subproject commit 9b62e6bdd9de9fe027363bbde68e9e32d937cfa0
|
|
@ -1 +1 @@
|
|||
Subproject commit 490e6a7896ba31afad0cf8eaa53ea84eb25eaaa2
|
||||
Subproject commit 164d93736d5cee79c77d4a8a3f722ef31d8d2f4c
|
Reference in a new issue