Skip to content

johnstef99/minimal-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!(Minimal) Nvim

It was supposed to be a minimal nvim config but because I'm using vim as my main editor for basically everything this config isn't minimal anymore.

Features

  • Native nvim lsp using mason for easy lsp server installation.
  • Keybindings for Documentation on hover, Autocomplete, Go to definition, Find references, Rename using lsp
  • Fuzzy finder using Telescope
  • Git integration using vim-fugitive
  • File explorer using NERDTree
  • Syntax highlighting using nvim-treesitter

Requirements

  • recommended version of nvim v0.8 or higher
  • gcc (for nvim-treesitter)
  • git (for vim-plug)
  • npm (for most of the LSP servers)

Quickstart

  1. Clone this repo to your nvim config directory.
  2. If you don't already have vim-plug installed, you can run :call InstallPlug().
  3. Run :PlugInstall inside nvim.
  4. Check :messages for any error (if there are no messages you are good to go).

About

I will try to keep it minimal ^_^

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published