My configurations for:
- tmux
- vim
- neovim
- alacritty
After clone repository
cd <repository_folder>
./install.sh
On Windows use cmd to execute install.bat
Require:
- git
- nerd fonts (for icons in status bar)
Into vim:
:PlugInstall
Into vim:
:PlugInstall
Needed NodeJS. Install
For C/C++ needed install clangd, and make a alternative link to clangd-10.
sudo apt-get install clangd-10 llvm
sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-10 100
Into vim:
CocInstall coc-tsserver coc-pyright coc-json coc-css coc-clangd coc-markdownlint coc-rls coc-go coc-prettier coc-calc coc-cmake coc-sh
Extensions:
coc-tsserver
for javascript and typescriptcoc-pyright
for python, Pyright extensioncoc-json
for jsoncoc-css
for css, scss and lesscoc-clangd
for C/C++/Objective-C, use clangdcoc-markdownlint
for markdown lintingcoc-rls
for rust, use Rust Language Servercoc-go
for go, use goplscoc-prettier
a fork of prettier-vscodecoc-calc
expression calculation extensioncoc-cmake
for cmake code completioncoc-sh
for bash using bash-language-server
Require: