I am checking my plugins and I am looking to alternative in pure Lua (if exists and have the same feature, in case I can open tickets):
- https://github.com/airblade/vim-rooter
-
https://github.com/henrik/vim-indexed-searchreplaced withvim.o.shortmess:gsub('S', '')
-
https://github.com/andymass/vim-matchupreplaced with https://github.com/RRethy/vim-illuminate -
https://github.com/pechorin/any-jump.vimreplaced withnvim.nnoremap('<c-]>', '<cmd>lua vim.lsp.buf.definition()<cr>')
-
https://github.com/nathanaelkane/vim-indent-guidesreplaced with github.com/lukas-reineke/indent-blankline.nvim -
https://github.com/luochen1990/rainbowreplaced with https://github.com/p00f/nvim-ts-rainbow - https://github.com/Konfekt/FastFold
- https://github.com/matze/vim-move (I use this one so much)
-
https://github.com/drzel/vim-scrolloff-fractionreplace with dotfiles/misc.lua at master · nimaipatel/dotfiles · GitHub -
https://github.com/itchyny/vim-cursorwordreplaced with https://github.com/RRethy/vim-illuminate - https://github.com/inside/vim-search-pulse
- https://github.com/AndrewRadev/splitjoin.vim
-
https://github.com/RRethy/vim-hexokinasereplaced with https://github.com/norcalli/nvim-colorizer.lua -
https://github.com/scrooloose/nerdcommenterreplaced with https://github.com/terrortylor/nvim-comment - https://github.com/mhinz/vim-startify
-
https://github.com/wincent/terminusremoved as with neovim is not required anymore
Also I don’t know if some of those are now replaced by internal neovim feature honestly.
My dotfiles in case: GitHub - Mte90/dotfiles: My dotfiles
For the statusline plugin I am evaluating an alternative as I want to keep some customization I have right now.
Reddit thread: https://www.reddit.com/r/neovim/comments/n11n33/plugins_alternative_in_lua/