Skip to content

sabo/dotfiles.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVIM dotfiles

My fresh new Neovim setup.

Organizational methodology

The init.vim file itself only loads files in init.vim.d. This directory follows the usual convention. Each plugin has a dedicated config file.

I use vim-plug to manage my plugins.

Plugins used

External utilities required

  • Several plugins rely on python support. That can be installed in the usual way (pip install neovim, I think, or your distro). Note that if your venvs don't copy system python packages, operating in a venv will trip up plugins expecting that, most notably deoplete.

  • Vim-go requires several binaries. Just do :GoInstallBinaries

  • Deoplete rust requires Racer and the source code for rust.

  • Vim-grepper is configured to use ripgrep by default.

  • Not every font may have all the special symbols. Make sure you got the powerline fonts installed.

About

nvim dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published