Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokisuno/nvim

tokisuno's nvim config
https://github.com/tokisuno/nvim

nvim nvim-config nvim-dotfiles tokisuno

Last synced: about 1 month ago
JSON representation

tokisuno's nvim config

Awesome Lists containing this project

README

        

# tokisuno's Neovim Setup
Neovim 0.10+ configuration

# featuring...
- A lot of `mini.plugins` in `init.lua`
- Autocompletion with LuaSnips + mason-cmp
- LSP setup with lsp-zero

# structure
- `nvim/init.lua`
- entry point for lua config files
- `nvim/after/ftplugin`
- filetype specific configurations
- `nvim/lua/config/`
- opts
- remaps
- lazy.nvim setup
- `nvim/lua/plugins/`
- every single plugin i use