Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tokisuno/nvim
- Owner: tokisuno
- Created: 2024-02-12T15:52:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:08:14.000Z (2 months ago)
- Last Synced: 2024-10-22T02:45:19.547Z (2 months ago)
- Topics: nvim, nvim-config, nvim-dotfiles, tokisuno
- Language: Lua
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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