4 Commits

  1. 3
      init.vim
  2. 2
      tmux/tmux.conf.symlink
  3. 2
      vim/ftplugin/mail.vim

3
init.vim

@ -37,7 +37,7 @@ Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php'] } " Keep tags
Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-snippets', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-tsserver', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-rls', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-rust-analyzer', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-vetur', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-css', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-vimtex', { 'do': 'yarn install --frozen-lockfile' }
@ -47,6 +47,7 @@ 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' }
Plug 'josa42/coc-go', { 'do': 'yarn install --frozen-lockfile' }
" }}}
" html / templates{{{

2
tmux/tmux.conf.symlink

@ -1,5 +1,5 @@
set -g default-command "zsh"
set -g default-terminal "tmux"
set -g default-terminal "tmux-256color"
set -g history-limit 20000
# automatically renumber tmux windows

2
vim/ftplugin/mail.vim

@ -0,0 +1,2 @@
iab VG Viele Grüße
iab MS Marcel Schneider
Loading…
Cancel
Save