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

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

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)