/NeoRocket

Neovim Config

Primary LanguageVim ScriptMIT LicenseMIT

NeoRocket

Nvim

sudo pacman -Sy
sudo pacman -S git python nvim npm nodejs
cp -r nvim ~/.config/nvim/
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim
python3 -m pip install compiledb norminette
mkdir -p ~/.local/share/nvim/site/plugin/
cp nvim/stdheader.vim nvim/akel_header.vim ~/.local/share/nvim/site/plugin/

In Neovim Run

:PackerSync
:Mason (for choosing a LSP, and formatter) Also use :MasonInstall if you want
:CocInstall coc-json coc-tsserver coc-clangd coc-snippets coc-pairs coc-discord-rpc

Colorscheme

Uncomment the theme you want to use in themes.lua

Author

Unam3dd