/neovim_dotfiles

Neovim Dotfiles

Primary LanguageLuaGNU General Public License v2.0GPL-2.0

Neovim config files

Install

Clone into neovim config path.
Example (MacOS): git clone git@github.com:brenoarosa/neovim_dotfiles.git ~/.config/nvim

Plugins

Using Vim Plug
Upgrade plugin manager: :PlugUpgrade
Upgrade plugins: :PlugUpdate

Fonts

Dependes on a "patched" font. One that supports https://github.com/kyazdani42/nvim-web-devicons.
Also depends on powerline font.

Currently iTerm2 font config:
Monaco 13 + Non-ASCII: mononoki NF 14

Currently Gnome Terminal font config:
Cousine Nerd Font 11 (legible at 12 but also good at 11)

Install powerline fonts:

Language Servers

Validated with :LspInfo with a file of the chosen language.
Python - Jedi Language Server follow server install instructions.

Copy/Paste

On Linux, depends on wl-clipboard on Wayland and xclip on X11.
No changes necessary on MacOS.