https://github.com/norman/nvim-config
My personal NeoVim configuration.
https://github.com/norman/nvim-config
Last synced: 11 months ago
JSON representation
My personal NeoVim configuration.
- Host: GitHub
- URL: https://github.com/norman/nvim-config
- Owner: norman
- License: mit
- Created: 2024-08-19T14:37:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:44:51.000Z (about 1 year ago)
- Last Synced: 2024-12-27T23:44:11.427Z (about 1 year ago)
- Language: Lua
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Norm's NeoVim configuration
This is my personal NeoVim configuration. It's likely only really useful to me,
but if you see something here that you like, may use it under the terms of
the MIT License.
The colorscheme used here requires a console with modern color support.
I am using iTerm2. If you want to use plain old Terminal.app you'll want
to change the colorscheme to something else.
## Dependencies
```
# A better grep app, needed by some plugins
brew install ripgrep
# Ruby Lanauge server
gem install solargraph
# Lua language server
brew install lua-language-server
# Eslint, HTML, JSON and CSS language servers
brew install vscode-langservers-extracted
```