https://github.com/assense/nvim-config
neovim config
https://github.com/assense/nvim-config
dotfiles linux lua neovim vim
Last synced: about 1 month ago
JSON representation
neovim config
- Host: GitHub
- URL: https://github.com/assense/nvim-config
- Owner: assense
- Created: 2025-05-10T12:59:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-26T18:27:22.000Z (11 months ago)
- Last Synced: 2025-05-26T19:44:48.268Z (11 months ago)
- Language: Lua
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# nvim-config
Personal neovim config files (written in lua)
### ⚙️ Core plugins
* Plugin manager - [lazy.nvim](https://github.com/folke/lazy.nvim)
* Theme - [Nightfox (Carbonfox)](https://github.com/EdenEast/nightfox.nvim?tab=readme-ov-file#carbonfox)
* LSP integration - [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) + [mason.nvim](https://github.com/williamboman/mason.nvim)
* Autocompletion - [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
* Navigation - [mini.files](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-files.md), [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
* UI - [tabby.nvim](https://github.com/nanozuki/tabby.nvim), [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim), [noice.nvim](https://github.com/folke/noice.nvim)
### 📂 File Structure
~/.config/nvim
├── lua/
│ └── nvim/
│ ├── core/
│ │ ├── colorscheme.lua
│ │ ├── keymaps.lua
│ │ └── options.lua
│ ├── plugins
│ │ ├── plugin group 1/
│ │ │ ├── plugin1.lua
│ │ │ ├── ***
│ │ │ └── plugin5.lua
│ │ ├── ***
│ │ └── plugin group 4/
│ └── lazy.lua
│
└── init.lua
### 📷 Screenshots
---
(More dotfiles [here](https://github.com/assense/dotfiles))
Enjoy!