updates from oailaptop
This commit is contained in:
parent
da08d846a8
commit
27cf792916
3 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
*~
|
*~
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,8 @@ augroup go
|
||||||
autocmd FileType go set softtabstop=2
|
autocmd FileType go set softtabstop=2
|
||||||
autocmd FileType go set shiftwidth=2
|
autocmd FileType go set shiftwidth=2
|
||||||
autocmd FileType go set noexpandtab
|
autocmd FileType go set noexpandtab
|
||||||
autocmd FileType go imap <buffer> <silent> <Leader>ife <C-o>:GoIfErr<cr>
|
autocmd FileType go imap <buffer> <silent> <Leader>rr <C-o>:GoIfErr<cr>
|
||||||
autocmd FileType go nmap <buffer> <silent> <Leader>ife :GoIfErr<cr>
|
autocmd FileType go nmap <buffer> <silent> <Leader>rr :GoIfErr<cr>
|
||||||
autocmd FileType go nnoremap <silent> <Leader>im <cmd>lua require('telescope').extensions.goimpl.goimpl{theme = "ivy", layout_config = {height = 10}}<cr>
|
autocmd FileType go nnoremap <silent> <Leader>im <cmd>lua require('telescope').extensions.goimpl.goimpl{theme = "ivy", layout_config = {height = 10}}<cr>
|
||||||
"autocmd FileType go nmap <Leader>gd <Plug>(go-doc)
|
"autocmd FileType go nmap <Leader>gd <Plug>(go-doc)
|
||||||
"autocmd FileType go nmap gd <Plug>(go-def)
|
"autocmd FileType go nmap gd <Plug>(go-def)
|
||||||
|
|
|
||||||
2
.vimrc
2
.vimrc
|
|
@ -124,6 +124,7 @@ Plug 'chrisbra/NrrwRgn'
|
||||||
"Plug 'tpope/vim-fireplace', {'for': 'clojure'}
|
"Plug 'tpope/vim-fireplace', {'for': 'clojure'}
|
||||||
""Plug 'terryma/vim-multiple-cursors'
|
""Plug 'terryma/vim-multiple-cursors'
|
||||||
"Plug 'ambv/black'
|
"Plug 'ambv/black'
|
||||||
|
Plug 'kana/vim-textobj-user'
|
||||||
|
|
||||||
|
|
||||||
" Plugins I wish I used more
|
" Plugins I wish I used more
|
||||||
|
|
@ -136,6 +137,7 @@ Plug 'tpope/vim-unimpaired'
|
||||||
Plug 'b4winckler/vim-angry'
|
Plug 'b4winckler/vim-angry'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'junegunn/vim-easy-align'
|
Plug 'junegunn/vim-easy-align'
|
||||||
|
Plug 'bps/vim-textobj-python'
|
||||||
|
|
||||||
" Plugins I NEED
|
" Plugins I NEED
|
||||||
Plug 'scrooloose/nerdcommenter'
|
Plug 'scrooloose/nerdcommenter'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue