# NeoVim

NeoVim is a new super configurable version of the VIM editor.

I've been learning to configure and customise it for my own use. I used the following tutorials:

- [https://scribe.citizen4.eu/geekculture/neovim-configuration-for-beginners-b2116dbbde84](https://scribe.citizen4.eu/geekculture/neovim-configuration-for-beginners-b2116dbbde84)

I also really like these plugins:

#### Powerline

Lualine adds a status bar at the bottom of VIM that shows you what's going on - its pretty neat. You need to install [powerline fonts](https://github.com/powerline/fonts) on the system. On Debian-based systems you can run `apt-get install fonts-powerline`

- [https://github.com/nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) (you also need[ powerline fonts ](https://github.com/powerline/fonts)for this)