https://github.com/sammatzko/nvim-configuration
My NeoVim configuration stuff
https://github.com/sammatzko/nvim-configuration
Last synced: about 2 months ago
JSON representation
My NeoVim configuration stuff
- Host: GitHub
- URL: https://github.com/sammatzko/nvim-configuration
- Owner: SamMatzko
- License: mit
- Created: 2023-06-04T13:28:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T17:15:12.000Z (12 months ago)
- Last Synced: 2025-02-12T21:17:20.071Z (3 months ago)
- Language: Vim Script
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NeoVim Configuration stuff
This repository contains all the information I would need to configure NeoVim with my preferred settings. This is confirmed to work with NeoVim 0.8, earlier versions may or may not have errors.
### Install [`vim-plug`](https://github.com/junegunn/vim-plug)
On Ubuntu Linux, installation would look like this:
```bash
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```### Install language servers
- [`:CocInstall coc-pyright`](https://github.com/fannheyward/coc-pyright)
- [`:CocInstall coc-rust-analyzer`](https://github.com/fannheyward/coc-rust-analyzer)
### Install plugins
Make sure all the plugins are installed by running `:PlugInstall`.