A minimal, portable, Neovim configuration.

Warning
TW: mentions of Emacs. I love it personally, but leaving a tw for anyone who might need it.
This is by no means a minimal config nor is it meant to be. I started this config because I wanted to see how many plugins I use could be replaced with Neovim's native functions. As it turns out, almost all of them.
Honestly, I feel like you can see that I used Emacs for years before I switched to Neovim. As they say, you can quit Emacs, but Emacs won't quit you (or at least I believe someone says that). What I mean to say is that the config is large and it's growing.
- Sane defaults (according to me anyway)
- Treesitter
- Custom statusline
- Inspired by Custom Neovim Statusline
- Custom tabline
- Matches the default neovim theme
- Transparency
- Autoclose
- LSP
- Lua-ls
- Harper
- Completion
- Snippets
- Folding
- Sessions
- Better search
- Pretty much just this: Native Fuzzy Finder in Neovim With Lua and Cool Bindings - DEV Community
- Works only on Nightly
- Neovim
- ripgrep
- fd
git clone --depth 1 https://github.com/ch1ebak/pocket.nvim ~/.config/nvim/
- Clone the repository to the .config folder.
git clone --depth 1 https://github.com/ch1ebak/pocket.nvim ~/.config/pocket.nvim/
- Launch
nvim --clean -u ~/.config/pocket.nvim/init.lua
# or
NVIM_APPNAME=pocket.nvim nvim