nvim-lua
By ibhagwan
nvim-reload
Plugin to easily reload your Neovim config (by famiu)
nvim-lua | nvim-reload | |
---|---|---|
14 | 13 | |
220 | 76 | |
0.9% | - | |
7.8 | 5.2 | |
9 days ago | almost 4 years ago | |
Lua | Lua | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nvim-lua
Posts with mentions or reviews of nvim-lua.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-02.
-
vim-tmux-navigator is conflicting with toggleterm
I recently converted vim-tmux-navigator to lua via a simple function and using A-hjkl\ binds (which has no conflicts) instead of the default C-hjkl\, feel free to reuse my code, relevant commit.
-
vscode like rename ui
source: https://github.com/ibhagwan/nvim-lua/blob/main/lua/lsp/rename.lua
-
Hibiscus šŗ -- Fennel eye-candy for neovim
I guess this is a preference thing, I would consider my config my config highly customized and pretty advanced, it has almost 8k lines of code, I don't fiddle with it as much as when I just converted to lua but I still update ocasionally and I find lua perfect for the job, instead of macros I just create small lua functions in order to avoid code duplication (where applicable).
-
I love this community
I'm not just giving you complements to boost your morale, I've seen your code first hand, I've used feline (we even interacted in issues) and also copied your archived nvim-reload code into my config and can recognize a good programmer when I see one.
-
How to make ":luafile $MYVIMRC<CR>" work?
Technically all you need to do is set package.loaded[module] = nil for all the modules you wish to reload and that's why my modded version does, it reloads all your entire neovim config and all the plugins listed in the linked init file.
-
FzfLua 'git status' as a high level staging tool
FYI, just added this to my config with a slight twist (resize back once I'm done), this so great :)
-
Good Neovim Configurations
My config isnāt a āpermadeā, itās not meant to be a solution for anyone other than myself, nevertheless you might find it useful for plugin selection and some cool functions.
-
How to write plugins, workflow setup?
You can view my setup here.
-
A few useful features I added to Fzf-Lua preview window
My own version of Embark colorscheme and feline.nvim, my configuration can be found here
-
Feline.nvim version 0.1 released
Btw, if anyone wants the āevil-lineā equivalent config for feline you can find it here
nvim-reload
Posts with mentions or reviews of nvim-reload.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-08.
-
Diagnostics showing (non-existent) errors after checking out branch
Briefly experimented with https://github.com/famiu/nvim-reload, but had some troubles configuring it
-
Autocommand to source changed plugin definition not working
Read nvim-reload source code for reference.
-
:source | PackerCompile doesn't work when telescope is lazy-loaded?
I stumbled upon nvim-reload but telescope also wasn't found after :Restart
-
PackerSync not installing newly added plugins?
You can use this - https://github.com/famiu/nvim-reload - to reload your configuration. Then it's possible to PackerSync without restart.
-
Any advice for a config and/or workflow that provides a smoother development experience with packer.nvim?
I haven't used reload.lua from plenary, so I don't have advice there. If you don't mind that it isn't maintained, I use this for reloading my config without restarting nvim and it has worked just fine: https://github.com/famiu/nvim-reload
-
Do people restart Neovim or re-source init.vim when making changes to it?
I use this plugin: https://github.com/famiu/nvim-reload
-
How to make ":luafile $MYVIMRC<CR>" work?
I'm using a modded version of /u/_Famiu_ old nvim-reload which was unfortunately archived.
-
Reloading nvim in-place (including treesitter)
I'm trying to write a helper function that fully reloads nvim without the need of closing and reopening it, using as a base the now unmaintained nvim-reload with has some good info on the matter on it's source code
-
Which plugin for reloading nvims config actually works?
I think I tried https://github.com/famiu/nvim-reload before but it was so long ago, and didn't work well that I don't even remember
-
Lua is an absolute game changer
Thank you for the insight, this is pretty much what famiu/nvim-reload does.
What are some alternatives?
When comparing nvim-lua and nvim-reload you can also consider the following projects:
plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
lualine.nvim - A blazing fast and easy to configure Neovim statusline written in Lua
dot-nvim
vim-suda - š„Ŗ An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows
auto-session - A small automated session manager for Neovim