https://github.com/alsolovyev/nvim-config
A modern and lightweight NeoVim configuration that enhances your development experience
https://github.com/alsolovyev/nvim-config
config configuration lua neovim nvim
Last synced: 9 months ago
JSON representation
A modern and lightweight NeoVim configuration that enhances your development experience
- Host: GitHub
- URL: https://github.com/alsolovyev/nvim-config
- Owner: alsolovyev
- License: mit
- Created: 2024-04-02T16:57:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:14:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:23:17.408Z (almost 2 years ago)
- Topics: config, configuration, lua, neovim, nvim
- Language: Lua
- Homepage: https://neovim.io/doc/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JaneNv
Another modern and lightweight NeoVim configuration that enhances your development experience
[](//neovim.io/doc)
[](//github.com/alsolovyev/nvim-config/blob/master/LICENSE)
[](//github.com/alsolovyev/nvim-config/issues)
[](//t.me/alsolovyev)

## Features
- catppuccin theme
- custom rename float window
- open links without netrw
- custom statusline
- ...
## Installation
To install this configuration, simply run the following command in your terminal:
```bash
git clone https://github.com/alsolovyev/nvim-config ~/.config/nvim && nvim
```
## Setup
Before using Neovim with this configuration, ensure you have the necessary plugins and language servers installed. You can do this by running the following commands within Neovim:
```bash
TSInstall query vim vimdoc c go bash html javascript json lua markdown markdown_inline python tsx typescript
```
```bash
MasonInstall gopls ruff-lsp typescript-language-server prettier
```
These commands will install required plugins and language servers for various programming
languages and file types.
## Removal
If you wish to remove this Neovim configuration from your system, you can run the following commands:
```bash
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
```
Please note that this will delete all configuration files and plugins associated with Neovim.
## Contributing
This repository is open to pull requests and issues. Feel free to contribute or report any problems you encounter. Your feedback is appreciated!