https://github.com/n3wborn/nvim
My own NVIM (>=NVIM v0.12.0-dev-362+g69d04ee99f) config
https://github.com/n3wborn/nvim
lua neovim nvim
Last synced: 6 months ago
JSON representation
My own NVIM (>=NVIM v0.12.0-dev-362+g69d04ee99f) config
- Host: GitHub
- URL: https://github.com/n3wborn/nvim
- Owner: n3wborn
- Created: 2021-04-02T09:15:41.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-23T13:36:09.000Z (7 months ago)
- Last Synced: 2025-06-23T14:34:35.043Z (7 months ago)
- Topics: lua, neovim, nvim
- Language: Lua
- Homepage:
- Size: 935 KB
- Stars: 64
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim

I use this repo to keep track of my own neovim config.
Use it if you want but keep this in mind :
- It's made for **neovim nightly**
- There's **no install script**
- LSP servers must be installed/configured manually (I don't use [Mason](https://github.com/williamboman/mason.nvim))
Some parts of my config where taken from:
- [Folke Lemaitre config](https://github.com/folke/dot/tree/master/nvim)
- [LazyVim/LazyVim](https://github.com/LazyVim/LazyVim)
- [dbalatero/dotfiles](https://github.com/dbalatero/dotfiles)
If you're looking for an already configured neovim you may prefer these:
- [LazyVim](https://github.com/LazyVim/LazyVim)
- [NvChad](https://github.com/NvChad/NvChad)
- [Lunarvim](https://github.com/LunarVim/LunarVim)
- [Astrovim](https://github.com/AstroNvim/AstroNvim)
Note about nvim-treesitter when switching from Packer to Lazy:
If nvim-treesitter keeps compiling ever parsers when starting Neovim, [read this](https://shorturl.at/aKSTU)