mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Init basic.vim and add YouCompleteMe
This commit is contained in:
parent
d93dda4770
commit
a3191e681b
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,7 +4,7 @@ temp_dirs/yankring_history_v2.txt
|
|||||||
sources_forked/yankring/doc/tags
|
sources_forked/yankring/doc/tags
|
||||||
sources_non_forked/tlib/doc/tags
|
sources_non_forked/tlib/doc/tags
|
||||||
sources_non_forked/ctrlp.vim/doc/tags*
|
sources_non_forked/ctrlp.vim/doc/tags*
|
||||||
my_plugins/
|
|
||||||
my_configs.vim
|
|
||||||
tags
|
tags
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
/* my_plugins/ */
|
||||||
|
/* my_configs.vim */
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "my_plugins/YouCompleteMe"]
|
||||||
|
path = my_plugins/YouCompleteMe
|
||||||
|
url = https://github.com/ycm-core/YouCompleteMe.git
|
1
my_plugins/YouCompleteMe
Submodule
1
my_plugins/YouCompleteMe
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4117a99861b537830d717c3113e3d584523bc573
|
@ -323,11 +323,17 @@ noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm
|
|||||||
map <leader>q :e ~/buffer<cr>
|
map <leader>q :e ~/buffer<cr>
|
||||||
|
|
||||||
" Quickly open a markdown buffer for scribble
|
" Quickly open a markdown buffer for scribble
|
||||||
map <leader>x :e ~/buffer.md<cr>
|
" Changed by Cong --19.09.2021
|
||||||
|
" map <leader>x :e ~/buffer.md<cr>
|
||||||
|
|
||||||
" Toggle paste mode on and off
|
" Toggle paste mode on and off
|
||||||
map <leader>pp :setlocal paste!<cr>
|
map <leader>pp :setlocal paste!<cr>
|
||||||
|
|
||||||
|
" --cong.w fast quit
|
||||||
|
map <leader>q :q<cr>
|
||||||
|
" --cong.w paste
|
||||||
|
set clipboard=unnamed
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => Helper functions
|
" => Helper functions
|
||||||
|
Loading…
Reference in New Issue
Block a user