OS-independent*, mass-deployable neovim configs.
Comes with some plugins. You can remove at any time.
Uses lazy.nvim package manager. OOTB supports for Markdown and Python.
Copy /nvim/ to $HOME/AppData/Local/. Copy /for-win/ to the mentioned folder (not /nvim/ folder)
Copy /nvim/ to $HOME/.config/.
IDK. May work but someone with a MacBook/iMac/Mac mini/Mac studio/Mac pro/Hackintosh please test it for me
Install Clang (pkg/apt install clang). Copy /nvim/ to $HOME/.config/.
-
Have a menu screen & a bottom bar
-
Tailorable
-
Feature-rich, and extensible (via plugins)
-
Works cross-platform*
-
Use Lua for init (no need to convert code again)
-
...you name it. Pull request is always welcome
The config is pretty good for now, and is my daily driver.
- Further refactoring the code, especially the plugins
- Adding some features. I don't know what to add, but you can do pull request for that
- Install script
- Better aethestic e.g. coloring
- Merging the folders together
- compiler.nvim
- telescope
- nvim-autopairs
- markview.nvim. The developer's life story is heart-touching and if you like the plugin, donate to him.
- neovim LSP
- nvim-treesitter stable
- nvim-tree
- lualine
- alpha-nvim
- scrollbar.nvim
- catppuccin
*A slight change is needed to provide best result on Windows. If you don't want to, move /nvim/ to $HOME/.config/ and then hyperlink or whatever to make neovim recognize the init.lua file.