5 Commits

  1. 4
      init.vim
  2. 5
      vim/ftplugin/tex.vim
  3. 1
      zsh/aliases.zsh

4
init.vim

@ -46,7 +46,7 @@ Plug 'neoclide/coc-vimtex', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-texlab', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-html', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' }
"Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' }
Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' }
@ -122,6 +122,8 @@ endif
" }}}
" SETTINGS{{{
" disable Ex mode, who needs this anyway?
noremap Q <Nop>
set number " line numbers
set autoread " reload file automatically
set colorcolumn=100 " highlight column 99

5
vim/ftplugin/tex.vim

@ -21,8 +21,8 @@ let g:vimtex_compiler_progname = 'nvr'
set conceallevel=0
" spell checking
set spell
set spell spelllang=de
setlocal spell
setlocal spell spelllang=de
" Mappings
nmap <localleader>d :VimtexDocPackage<cr> " Open Package Doc
@ -36,4 +36,5 @@ iab def Definition
iab OSA Off-Shore-Anlage
iab oSA On-Shore-Anlage
iab zb zum Beispiel
iab bspw beispielsweise
"}}}

1
zsh/aliases.zsh

@ -54,3 +54,4 @@ alias usys='systemctl --user '
alias ujour='journalctl --user '
alias killbg='kill ${${(v)jobstates##*:*:}%=*}'
alias dns='dig +noall +answer any '
Loading…
Cancel
Save