Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 791 Bytes

README.md

File metadata and controls

68 lines (46 loc) · 791 Bytes

Kiddos' Neovim Config

Install

cd ~/.config
git clone https://github.com/kiddos/nvim

APM Server

cd nvim
pip install -r requirements.txt

Language servers

  • basecode-lsp
cargo install --git https://github.com/kiddos/basecode-lsp.git
  • rust
rustup component add rust-analyzer
  • clangd
sudo apt install clangd
  • python
pip install -U 'python-language-server[all]'
  • web
npm install -g typescript-language-server typescript vscode-langservers-extracted cssmodules-language-server
  • shell
npm install -g bash-language-server 
  • cmake
pip install cmake-language-server

tools

  • prettier
npm install -g prettier