Install requires Neovim 0.9+. Always review the code before installing a configuration.
You can test this setup. Clone the repository and install the plugins:
git clone https://github.com/raoulg/neovim.git ~/.config/raoulg/nvimTo test this config:
NVIM_APPNAME=raoulg/nvim/ nvimor (optionally) back up existing config with
mv ~/.config/nvim ~/.config/nvim.bak
and then install it directly with
git clone https://github.com/raoulg/neovim.git ~/.config/nvimFor ubuntu, it is possible to use the install script:
curl -sSL https://raw.githubusercontent.com/raoulg/neovim/main/install-nvim.sh | bashHowever, some plugins dont work great on a VM because not all dependencies are set up. I am planning on adding some code to set up a leaner version, that doesnt require dependencies (eg npm for the pyright linter).
- rebelot/kanagawa.nvim
- EdenEast/nightfox.nvim
- catppuccin/nvim
- marko-cerovac/material.nvim
- navarasu/onedark.nvim
- folke/tokyonight.nvim
- gbprod/nord.nvim
- Abstract-IDE/Abstract-cs
- nvim-telescope/telescope.nvim
- danielfalk/smart-open.nvim
- ibhagwan/fzf-lua
- tsakirist/telescope-lazy.nvim
- stevearc/dressing.nvim
- echasnovski/mini.animate
- folke/noice.nvim
- GCBallesteros/jupytext.nvim
- rcarriga/nvim-notify
- html
- lua_ls
- pyright
This readme was generated by Dotfyle