diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-10 00:40:31 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-10 00:40:31 +0300 |
commit | 6cce58e26f5ee71ec9063aba4842717121a56739 (patch) | |
tree | 31a6e50de9c41e5752a3be4484fca142e3c74bac /Documents/wiki/vim.md | |
parent | 2d7e05403b6fd6b674a2db05dd3371c4a5786728 (diff) | |
download | dotfiles-6cce58e26f5ee71ec9063aba4842717121a56739.tar.gz |
docs: add tmux and alacritty
Diffstat (limited to 'Documents/wiki/vim.md')
-rw-r--r-- | Documents/wiki/vim.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documents/wiki/vim.md b/Documents/wiki/vim.md index 724ef7c..2b94eec 100644 --- a/Documents/wiki/vim.md +++ b/Documents/wiki/vim.md @@ -5,9 +5,6 @@ I've decided to switch back to classic Neovim and keep configuration as tight an I keep my configuration in casual `~/.vimrc` which is sourced by Neovim in `init.vim`. -## NerdFonts -I use `DejaVu Sans Mono` - download from [AUR](https://aur.archlinux.org/packages/nerd-fonts-dejavu-complete/) - ## Vim-plug Some functionality still requires me to install a few plugins, and `vim-plug` is my plugin manager of choice. Intsallation (note that command is custom): |