This is a unified Neovim configuration inspired by the ultimate vimrc.
tree-sitter
telescope
fuzzy finderripgrep
tagbar
ctags
- LSP
llvm
lua-language-server
rust-analyzer
pyright
,jedi-language-server
- linting
shellcheck
pylint
- formatter
clang-format
yapf
,isort
-
Clone the configuration files to folder
~/.config
:rm -rf ~/.config/nvim git clone https://github.com/ppmzhang2/nvim.git ~/.config/nvim
-
Set up
packer.vim
:git clone --depth 1 https://github.com/wbthomason/packer.nvim \ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
-
PackerInstall
andPackerCompile