Node
for installing lsp-servers.deno
for peek.nvim.lsp servers
like npm
, cargo
etc. Check full list here.npm
or cargo
.xclip
or wl-clipboard
for integration with system clipboard.fd
and ripgrep
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.
neovim
built-in lsp.Statuscolumn
, Winbar
and Statusline
.Sincere appreciation to the following repositories and the entire neovim community out there.