Skip to content

Michaelpalacce/nvim

Repository files navigation

Neovim Setup

Philisopy

  • Aim to document as many settings as possible. This way you can figure out what is what later on.
  • Try to use the minimal amount of plugins possible
  • Don't change native Vim motions, unless absolutely needed.

Structure

  • init.vim is the main configuration file. It is used to install Lazy.nvim.
  • plugin directory is used to store settings that are loaded after init.vim.
  • lua directory is used to store settings that are loaded after plugin directory. This is where all of my plugins are configured.
  • after directory is used to store settings that are loaded after lua directory. This is mainly used for ftplugin.

Setup

Run:

curl -o- https://raw.githubusercontent.com/Michaelpalacce/nvim/main/setup.sh | bash
OS Supported
RedHat
Debian
Arch
MacOs
Windows

Dockerfile notices

  • They are purely for testing

TODOS

  • Cannot save buffer fix

About

N to the vim... Anyway, this holds my neovim configurations. Separate, so we can install `neovim` and my ide without the whole entire dotfiles setup. Why? Idk. Leave me be. This description is too long already....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors