Skip to content

Latest commit

History

History
33 lines (25 loc) 路 1.55 KB

File metadata and controls

33 lines (25 loc) 路 1.55 KB

My Personal Neovim Configuration

This is version 2.0 of my personal neovim configuration. Rewritten to be easier to maintain and to make it more flexible and configurable.

Showcase

image image
image image

Plugin Manager

Autocompletion

This config uses the built in lsp as its autocompletion with luasnip for snippets.

Theme

I am using a modified monokai pro theme based from the monokai.nvim vim colorscheme.

Requirements

Installation

  • Make a backup of your previous neovim config
  • git clone this repository into your neovim config path (Linux: ~/.config/nvim, Windows: C:\Users\[Your Name]\AppData\Local\nvim)
  • Start neovim and wait
  • 馃帀 Congratulations you now have my configuration installed!