- Latest neovim-nightly.
Node
for installing lsp-servers.deno
for peek.nvim.- Nerd Fonts for icons.
- mason.nvim has several requirements for installing
lsp servers
likenpm
,cargo
etc. Check full list here. - Tree-sitter-cli install it using
npm
orcargo
. - Clipboard tools like
xclip
orwl-clipboard
for integration with system clipboard. fd
andripgrep
for telescope.nvim.
Make sure to remove or move the current nvim
directory present in .config
.
git clone --depth 1 https://github.com/zootedb0t/orcnvim.git ~/.config/nvim
If you are using nvim-0.10+
then you can use NVIM_APPNAME
.
git clone --depth 1 https://github.com/zootedb0t/orcnvim.git ~/.config/orcnvim
Now set environment variable $NVIM_APPNAME=orcnvim
. Start neovim
now orcnvim
configuration will be used.
- Support
neovim
built-in lsp. - Lazy load plugins for faster startup time. Thanks to lazy.nvim
- Custom
Statuscolumn
,Winbar
andStatusline
. - Autocompletion using blink.cmp.
- Syntax highlighting using tree-sitter.
- Support Formatting and Linting.
Sincere appreciation to the following repositories and the entire neovim community out there.