Replace pdf viewer for latex.
Add epdfview as unix pdf viewer.
Add poetry stuff.
This is mostly about the setup of the configurations.
In Documentation I tried to collect some of the key features of this configuration.
git clone git@git.sr.ht:~busykoala/vim_config ~/vim_config
ln -sf ~/vim_config/.vimrc ~/.vimrc
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
.editorconfig
into home folder.coc-settings.json
into ~/.vim folder
.There are some dependencies not listed here mostly coc-language-servers will require. But they will tell you what to install exactly.
sudo gem install solargraph
~/src
https://github.com/fwcd/kotlin-language-serverCopy 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.