~busykoala/vim_config

Extended vim configurations.
7adff989 — Matthias Osswald 2 years ago
Replace pdf viewer for latex.
3546854f — Matthias Osswald 2 years ago
Add epdfview as unix pdf viewer.
701e78bb — Matthias Osswald 2 years ago
Add poetry stuff.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~busykoala/vim_config
read/write
git@git.sr.ht:~busykoala/vim_config

You can also use your local clone with git send-email.

#Vim Configuration

This is mostly about the setup of the configurations.

In Documentation I tried to collect some of the key features of this configuration.

#Setup

git clone git@git.sr.ht:~busykoala/vim_config ~/vim_config
ln -sf ~/vim_config/.vimrc ~/.vimrc

#Post Install

#Install Plug Package Manager

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

On first start of vim execute

:PlugInstall
  • Copy .editorconfig into home folder.
  • Symlink coc-settings.json into ~/.vim folder.

#Install dependencies

There are some dependencies not listed here mostly coc-language-servers will require. But they will tell you what to install exactly.

#Spell check

Copy any language files from ./spell_files/ to ~/.vim/spell/ to add this language. In ./config_parts/general.vim add the language prefix to the list.