diff options
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): |