mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
4 commits
f9051aff76
...
fc3afdf441
Author | SHA1 | Date | |
---|---|---|---|
|
fc3afdf441 | ||
|
d597858cce | ||
|
a5f7bd3565 | ||
|
0ce30126c0 |
3 changed files with 3 additions and 2 deletions
|
@ -65,6 +65,7 @@
|
||||||
if g:vim_ide
|
if g:vim_ide
|
||||||
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
|
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
|
||||||
Plug 'dag/vim2hs'
|
Plug 'dag/vim2hs'
|
||||||
|
Plug 'norcalli/nvim-colorizer.lua'
|
||||||
endif
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
nnoremap <leader>gb :Git blame<CR>
|
nnoremap <leader>gb :Git blame<CR>
|
||||||
nnoremap <leader>gw :GBrowse<CR>
|
nnoremap <leader>gw :GBrowse<CR>
|
||||||
nnoremap <leader>gW :.GBrowse<CR>
|
nnoremap <leader>gW :.GBrowse<CR>
|
||||||
nnoremap <leader>gc :Gcommit %
|
nnoremap <leader>gc :Git commit %
|
||||||
nnoremap <leader>gl :Gclog<CR>
|
nnoremap <leader>gl :Gclog<CR>
|
||||||
nnoremap <leader>gp :Git push
|
nnoremap <leader>gp :Git push
|
||||||
" }}}
|
" }}}
|
||||||
|
|
|
@ -89,7 +89,7 @@ if [[ -f ~/.rustup/settings.toml ]]; then
|
||||||
|
|
||||||
if [[ -n "$rust_toolchain" ]]; then
|
if [[ -n "$rust_toolchain" ]]; then
|
||||||
rust_sysroot=~/.rustup/toolchains/"$rust_toolchain"
|
rust_sysroot=~/.rustup/toolchains/"$rust_toolchain"
|
||||||
path_prepend path "$rust_sysroot"/bin
|
# path_append path "$rust_sysroot"/bin
|
||||||
path_prepend fpath "$rust_sysroot"/zsh/site-functions
|
path_prepend fpath "$rust_sysroot"/zsh/site-functions
|
||||||
path_prepend manpath "$rust_sysroot"/share/man
|
path_prepend manpath "$rust_sysroot"/share/man
|
||||||
path_prepend ld_library_path "$rust_sysroot"/lib
|
path_prepend ld_library_path "$rust_sysroot"/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue