SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Lua Vim Projects
-
I'm a big fan of SpaceVim, but I want to test other Vim/Neovim configs/distros. I have found this list of potential alternatives:
-
NvChad
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Hi, I've been trying to configure vim-tex working on the NvChad configs. I got the :VimtexCompile working and giving me output pdf. But the usual ll is giving me these errors. Also in vim {{ would expand to \left{ \right}. It's not working with NeoVim. I'm using LuaSnip with friendly-snippets with the default config in NvChad.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: How do I get this little tree like hierarchy of the code on the top? | reddit.com/r/neovim | 2023-02-03
thats mine repos which i used nvim-navic and it based on lunarvim breedcrumbs. I switched to lspsaga currently because some lsp servers doesnt support Document Symbols and that kind of thing always prompt up and kind of messy
-
Project mention: Setting up a local LSP config for clangd using nlspsettings | reddit.com/r/neovim | 2023-02-06
I've trace down in the plugin and see that it use add_hook_before(on_new_config) (source) which seem that not supported by default_config of nvim-lspconfig itself (source)
-
AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
https://github.com/AstroNvim/AstroNvim …read their code and understand it. …then customize one of them to your liking or start from scratch. Just have a look at https://neovim.io/doc/user/lua-guide.html and notice how you can run lua on your text "buffer" (whatever page/script/file you're editing currently) via :lua print("hello") or :source ~/programs/baz/myluafile.lua etc. https://neovim.io/doc/user/lua.html is another helpful source. And https://learnxinyminutes.com/docs/lua/ is an easy-to-read overview of lua syntax. NeoVim is Vim + Lua, so it's got some steepness in its learning, but you don't have to learn very much about Vim in order to benefit from its power.
-
tokyonight.nvim
🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
-
command-t
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: nicknisi/dotfiles: vim, zsh, git, homebrew, neovim - my whole world | reddit.com/r/dotfiles | 2023-01-03
-
VsCode has an internal function from auto-detecting indentation, while my config uses vim-sleuth with indent-blankline.nvim.
-
Mapping i and o to cycle left and right respectively between buffers in bufferline has been really intuitive. In my head it overlaps with jumplist navigation and .
-
catppuccin
-
There is https://github.com/nvim-orgmode/orgmode which has been working pretty alright for my workflow. It even uses a org-mode treesitter parser for some capabilities.
-
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Nightfox has landed a PR adding support for a colorblind mode. As not everyone sees colors in the same way, Nightfox has implemented an algorithm called daltonization which attempts to add contrast to colors using the visible color spectrum that a person can see. See readme for more information.
-
Having trouble with nvim-autopairs. I'm trying to define a rule for automatically closing $ in .tex files, but I keep getting this error
-
I use barbar.nvim for displaying buffers as tabs and whenever I feel like I have too many open I run :BufferCloseAllButVisible (from a mapping), and it closes every buffer except those I have currently visible
-
vim-illuminate
illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
Project mention: Looking for a cursor highlighting plugin posted recently | reddit.com/r/neovim | 2023-01-31I think you're looking for vim-illuminate.
-
-
-
Years ago I installed https://github.com/tpope/vim-unimpaired which adds keymaps to jump forward/backward in the list, which at the time drew my attention to it and made me use more, before that it seemed a bit cumbersome. And a plugin like https://github.com/kevinhwang91/nvim-bqf makes it really nice imho.
-
-
awesome-dotfiles
Dotfiles for awesome people using the awesomewm linux environment (by WillPower3309)
Project mention: Trying to replicate the set up linked in the comment but getting this result. The screen size seems wrong, can't type in the terminal and the screen highlighted on the bar doesn't always match the screen I'm on. Are these logs I can check or anyone who might know what's wrong here? | reddit.com/r/awesomewm | 2022-07-17Dotfiles here: https://github.com/WillPower3309/awesome-dotfiles
-
neovim-init.vim
:izakaya_lantern: A hybrid Neovim configuration for productive developers who want a functional yet aesthetic Vim experience :izakaya_lantern:
-
CosmicNvim
CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!
Project mention: How to config Neovim (with Lua) to get some Helix behaviors | reddit.com/r/neovim | 2023-01-04 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Lua Vim related posts
- I do love neovim!
- neovim + telescooe + fzf native
- Setting up a local LSP config for clangd using nlspsettings
- Note taking options?
- [HELP] Configuring Vim-tex in NvChad config
- Do you guys know what color theme this is?
- Managing your files. How do you do it?
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea598abd08>
www.saashub.com | 8 Feb 2023
Index
What are some of the best open-source Vim projects in Lua? This list will help you:
Project | Stars | |
---|---|---|
1 | SpaceVim | 19,564 |
2 | NvChad | 14,049 |
3 | LunarVim | 13,017 |
4 | nvim-lspconfig | 6,635 |
5 | AstroNvim | 6,440 |
6 | tokyonight.nvim | 3,040 |
7 | command-t | 2,684 |
8 | dotfiles | 2,450 |
9 | indent-blankline.nvim | 2,382 |
10 | bufferline.nvim | 2,135 |
11 | nvim | 2,061 |
12 | orgmode | 1,964 |
13 | nightfox.nvim | 1,828 |
14 | nvim-autopairs | 1,753 |
15 | barbar.nvim | 1,488 |
16 | vim-illuminate | 1,454 |
17 | dashboard-nvim | 1,359 |
18 | nvim-treesitter-context | 1,262 |
19 | nvim-bqf | 984 |
20 | awesome-streamerrc | 973 |
21 | awesome-dotfiles | 901 |
22 | neovim-init.vim | 897 |
23 | CosmicNvim | 841 |