Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

phil0x2e/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

My vimrc can now be found in my dotfiles repo, therefore this repo gets archived

My vimrc for neovim

Just clone and link to ~/.vimrc:

$ ln -sr vimrc ~/.vimrc

Install vim-plug for neovim with:

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

Then in vim to install Plugins:

:PlugInstall

To install auto completion support for rust run :CocInstall coc-rls for python :CocInstall coc-python etc.

Requirements

  • On Manjaro/arch install awesome-terminal-fonts or powerline-fonts
  • Also install: ttf-freefont ttf-liberation ttf-droid

About

My vimrc config file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published