This is my onw neovim configuration, I hope u like it
A script that install everything automatically
Soon
This configuration its ready to use with these languages:
| Language | LSP | CoC | Extras | Issues |
|---|---|---|---|---|
| Javascript | true | false | - All features | |
| Typescript | true | false | - All features | |
| React | true | false | ||
| HTML | false | true | - All "CoC" features | |
| CSS/SASS/LESS | false | true | - All "CoC" features | |
| JSON/JSONC | false | true | ||
| Python | true | false | - Python compiler shotcut (F5) | |
| C/C++ | true | false | - MinGW compiler shortcut (F5) - MSVC compiler coming soon |
- Conan and CMake for external libraries - Bad linting for external libreries with CMake |
| Obj-C/C++ | true | false | - I dont use it, but i have it | |
| Java | false | false | Soon... | - A little bit hard to setup Java in (neo)vim |
| Vimscript | false | true | ||
| Lua | false | true | ||
| Php | true | false | ||
| GraphQL | true | false | ||
| SQL | true | false | ||
| CMake | true | false |
To install all of this, I prefer use Chocolatey (package manager) https://chocolatey.org/install
# Git
choco install git
# Python pre-realease
choco install python --pre
# Node.js
choco install nodejs
# pynvim
pip3 install pynvim
# Neovim nightly
choco install neovim --pre | Outdated |
|---|
| Outdated |

