summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-03-09 15:47:25 +0000
committerUrbain Vaes <urbain@vaes.uk>2021-03-09 15:47:25 +0000
commitbdb0747e1224070933140acdfb3003adebb3855e (patch)
tree6a650f856529ecd6888c6bf49fe6211a01a6a7f0 /vim
parentc3d26cf7c146b153de1d845e1875c37d305beb42 (diff)
Minor changes
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 813835f..598d5d0 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -59,7 +59,7 @@ Plug 'vim-scripts/gmsh.vim'
Plug 'wellle/targets.vim'
if isdirectory($HOME."/dotfiles/plugins")
- Plug '~/dotfiles/plugins/vim-remembrall'
+ " Plug '~/dotfiles/plugins/vim-remembrall'
Plug '~/dotfiles/plugins/vim-tmux-pilot'
Plug '~/dotfiles/plugins/vim-ripple'
Plug '~/dotfiles/plugins/vim-darjeeling'
@@ -71,7 +71,7 @@ if has("nvim")
endif
if has("nvim") && hostname() != "peuplier"
- Plug 'neovim/nvim-lsp'
+ " Plug 'neovim/nvim-lsp'
endif
" Colors
@@ -313,7 +313,7 @@ nnoremap goT :call system('urxvt -cd '.expand("%:p:h").' &')<cr>
nnoremap gof :call system('urxvt -e vifm '.getcwd().' '.getcwd().' &')<cr>
nnoremap goF :call system('urxvt -e vifm '.expand("%:p:h").' '.expand("%:p:h").' &')<cr>
-nnoremap <LocalLeader>h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<cr>
+nnoremap \h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<cr>
nnoremap Y y$
nnoremap <Leader>fw :%s/\s\+$//<cr>
@@ -372,6 +372,7 @@ augroup vimrc
autocmd FileType gnuplot setlocal commentstring=#%s
autocmd FileType gnuplot setlocal makeprg=gnuplot\ %
autocmd FileType python setlocal makeprg=python\ %
+ autocmd FileType julia setlocal makeprg=julia\ %
autocmd FileType tex setlocal spell spelllang=en_us
" Dirvish