Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckasranarison/nvimrc
My personal neovim config
https://github.com/luckasranarison/nvimrc
ide neovim neovim-dotfiles vscode-neovim
Last synced: 22 days ago
JSON representation
My personal neovim config
- Host: GitHub
- URL: https://github.com/luckasranarison/nvimrc
- Owner: luckasRanarison
- Created: 2023-02-20T16:03:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:51:10.000Z (3 months ago)
- Last Synced: 2024-10-10T23:32:13.450Z (about 1 month ago)
- Topics: ide, neovim, neovim-dotfiles, vscode-neovim
- Language: Lua
- Homepage:
- Size: 985 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvimrc
**NOTE:** Neovim [nightly](https://github.com/neovim/neovim/releases/nightly) is required for inlay hint.
This repository contains my personal Neovim configuration, designed to be comprehensive and to provide a feature-rich IDE experience with a polished UI.
It's my daily driver for Rust, Lua and Web stuff. I also have a backup configuration for Vscode Neovim just in case I'll be forced to use Vscode.
![preview](https://github.com/luckasRanarison/nvimrc/assets/101930730/27e5b421-7869-4a77-b4d3-cf236b78d8b3)
## Structure
```shell
.
├── after
├── core
├── lsp
├── plugins
│ ├── editor
│ ├── lsp
│ ├── tools
│ ├── ui
│ └── utils
├── utils
└── vscode
```