https://github.com/octarect/nvim
My neovim configuration
https://github.com/octarect/nvim
neovim neovim-configuration neovim-dotfiles nvim
Last synced: 2 months ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/octarect/nvim
- Owner: octarect
- License: apache-2.0
- Created: 2024-11-22T07:44:30.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T20:12:11.000Z (6 months ago)
- Last Synced: 2025-02-02T13:28:40.251Z (4 months ago)
- Topics: neovim, neovim-configuration, neovim-dotfiles, nvim
- Language: Lua
- Homepage:
- Size: 26.4 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
[](https://github.com/octarect/nvim/actions/workflows/ci.yml)
## Getting Started
### Install
To enable this config, run the following command. It makes symbolc link to the current directory in `$XDG_CONFIG_HOME`.
Make sure that another config doesn't exist in `$XDG_CONFIG_HOME`.```bash
make install
```## Development
### Running neovim inside a docker container
To try your config, enter to a docker container and run `nvim`:
```bash
make run
```