https://github.com/mixih/nvim-dots
Neovim 0.7.0+ configuration
https://github.com/mixih/nvim-dots
lua neovim nvim
Last synced: 3 months ago
JSON representation
Neovim 0.7.0+ configuration
- Host: GitHub
- URL: https://github.com/mixih/nvim-dots
- Owner: Mixih
- License: bsd-3-clause
- Created: 2022-07-25T04:14:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T23:39:56.000Z (over 2 years ago)
- Last Synced: 2025-01-19T10:33:18.962Z (about 1 year ago)
- Topics: lua, neovim, nvim
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim 0.7.0+ configuration files
Personal config that leverages the lua-based configuration for flexibility.
## Features
* Declarative config utilities with carefully controlled load order.
* Automatically bootstraps the plugin manager on first load. No more having to grab the
commands from the packer repo when setting up a new computer.
* Diagnostics reported as squiggles in compliant terminals (Alacritty 0.11, Kitty, gnome
terminals)
## Usage
1. Clone this repo somewhere safe
2. Symbolic link `~/.config/nvim` to this repo. If porting from an existing config,
`~/.local/share/nvim` should be cleared to prevent conflicts.
3. Start neovim. The first load should automatically bootstrap the plugins. Neovim should
be restarted once packer is done downloading and configuring the plugins.