Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.82 KB

File metadata and controls

41 lines (28 loc) · 1.82 KB

My Personal Neovim Configuration

This neovim configuration was at first inspired by LazyVim for nvim 0.8 so a lot of the directory structure is the same. But that was a long time ago now so there is really nothing in common between them anymore.

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

Notes

WSL

  • I would recommend to install GWSL for its clipboard sync feature

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!