Merge pull request #216 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-02-20 13:47:09 +00:00 committed by GitHub
commit fc3afdf441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -65,6 +65,7 @@
if g:vim_ide
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
Plug 'dag/vim2hs'
Plug 'norcalli/nvim-colorizer.lua'
endif
" }}}

View File

@ -7,7 +7,7 @@
nnoremap <leader>gb :Git blame<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>gp :Git push
" }}}

View File

@ -89,7 +89,7 @@ if [[ -f ~/.rustup/settings.toml ]]; then
if [[ -n "$rust_toolchain" ]]; then
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 manpath "$rust_sysroot"/share/man
path_prepend ld_library_path "$rust_sysroot"/lib