Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n3wborn/nvim
My own NVIM (>=NVIM v0.10.0-dev-2355+g1c7b0b9d5) lua config
https://github.com/n3wborn/nvim
lua neovim nvim
Last synced: about 2 months ago
JSON representation
My own NVIM (>=NVIM v0.10.0-dev-2355+g1c7b0b9d5) lua config
- Host: GitHub
- URL: https://github.com/n3wborn/nvim
- Owner: n3wborn
- Created: 2021-04-02T09:15:41.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T05:32:36.000Z (9 months ago)
- Last Synced: 2024-04-12T13:23:03.749Z (9 months ago)
- Topics: lua, neovim, nvim
- Language: Lua
- Homepage:
- Size: 780 KB
- Stars: 64
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim
![startuptime](https://byob.yarr.is/n3wborn/nvim/startuptime)
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)