summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-09-30 20:48:21 +0200
committerUrbain Vaes <urbain@vaes.uk>2021-09-30 20:48:21 +0200
commitee07f3a792cb0a09fcd87dd31eb8ea596b8365a3 (patch)
treeb130fb4be747885e1baec50557141607e7716ca7 /vim/.vimrc
parent179918a8892a78c428774e35afecfc3df875d3c7 (diff)
Minor changes
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc11
1 files changed, 8 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 64961e0..d88bb1c 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -64,8 +64,8 @@ endif
if has("nvim") && hostname() != "peuplier"
Plug '~/dotfiles/plugins/nvim-i3scratchpad'
Plug 'neovim/nvim-lspconfig'
- Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
- Plug 'nvim-treesitter/playground'
+ " Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
+ " Plug 'nvim-treesitter/playground'
endif
" Colors
@@ -212,7 +212,9 @@ let g:tex_conceal= ''
let g:tex_flavor='latex'
augroup latex
+ autocmd!
autocmd FileType tex let b:surround_124 = "\\lvert \r \\rvert"
+ autocmd FileType tex let b:surround_110 = "\\lVert \r \\rVert"
augroup END
"" Vim options {{{1
@@ -393,7 +395,7 @@ if has("nvim")
nnoremap <Leader>t :b term \| norm A<cr>
endif
-if has("nvim")
+if has("nvim") && &runtimepath =~ 'treesitter'
lua <<EOF
require'nvim-treesitter.configs'.setup {
highlight = { enable = true },
@@ -434,3 +436,6 @@ let g:ripple_repls = {
\ },
\ "r": "radian"
\ }
+
+" Vim sensible fix
+inoremap <c-w> <c-w>