https://github.com/metafates/nvim
🤓 My neovim config. All the things I need, none I don't
https://github.com/metafates/nvim
Last synced: about 1 year ago
JSON representation
🤓 My neovim config. All the things I need, none I don't
- Host: GitHub
- URL: https://github.com/metafates/nvim
- Owner: metafates
- Created: 2024-08-21T08:13:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:25:52.000Z (about 1 year ago)
- Last Synced: 2025-04-11T14:47:42.728Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim
My neovim config. Has all the things I need and none I don't.
- Handy `vim.keymap.set` wrapper that duplicates all mappings for cyrillic layout.
- Smart backspace as seen in JetBrains IDEs ([like this](https://blog.jetbrains.com/idea/2014/07/the-backspace-key-gets-smarter-in-intellij-idea-14-eap/))
- Mostly [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim) + some essentials (lsp, treesitter)
- Smart sessions (based on `mini.sessions` but heavily modified for my needs)