Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndreiCalazans/nvim
Personal nvim config
https://github.com/AndreiCalazans/nvim
Last synced: 3 months ago
JSON representation
Personal nvim config
- Host: GitHub
- URL: https://github.com/AndreiCalazans/nvim
- Owner: AndreiCalazans
- Created: 2020-10-27T22:30:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T00:53:24.000Z (6 months ago)
- Last Synced: 2024-05-19T17:27:43.292Z (6 months ago)
- Language: Lua
- Size: 159 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Plug
[See official repo](https://github.com/junegunn/vim-plug)
# LSP Servers
Eslint - `npm i -g vscode-langservers-extracted`
TypeScript - `npm install -g typescript typescript-language-server`
GraphQL - `npm install -g graphql-language-service-cli`Run:
`npm install -g graphql-language-service-cli typescript typescript-language-server vscode-langservers-extracted`# Completion COQ
Remember to run COQdeps to install.