Stats
Basic neovim-dots repo stats
12
909
8.5
4 days ago
siduck76/neovim-dots is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
Neovim-dots Alternatives
Similar projects and alternatives to neovim-dots
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
-
-
-
-
-
-
nv-ide
Neovim custom configuration, oriented for full stack developers (rails, ruby, php, html, css, SCSS, javascript)
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better neovim-dots alternative or higher similarity.
Posts
Posts where neovim-dots has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-04-03.
-
Anyone using Nova with Svelte and Typescript?
neovim is fine for now. next is kate editor. if someone has not shifted to neovim checkout https://github.com/siduck76/neovim-dots. Sorry for the neovim evangelism!
-
Indentation on empty lines with indent-blankline plugin
galaxyline , https://github.com/siduck76/neovim-dots/blob/main/lua/statusline/lua.lua
I dont want to let you down , but my config is written in lua and its neovim-nightly so most stuffs woudlnt work on vim :( , i have explained many things here https://github.com/siduck76/neovim-dots , if anything's not clear then ask me!
its not airline! I use galaxyline https://github.com/glepnir/galaxyline.nvim , and my galaxyline config : https://github.com/siduck76/neovim-dots/blob/main/lua/statusline/lua.lua
yes I use neovim-nightly , base16-onedark is the colorscheme . My config : https://github.com/siduck76/neovim-dots
-
indent-blankline plugin is very cool!
Guys check out https://github.com/lukas-reineke/indent-blankline.nvim ( lua branch ) , incase anyone wants my configs https://github.com/siduck76/neovim-dots .
-
Help me setup configs
Hello, I am new to neovim configs. I tried to edit Siduck's Config. I want to use the similar setup as his but only for elixir, html, css. so I did it but nothing seems to work. Can anyone please have a look or edit the config?? It would be highly appreciated. Thanks
-
Auto-completion plugin
I use nvim-compe ,it works well for nvim-lsp , my configs : https://github.com/siduck76/neovim-dots . This helped me setting up nvim-compe https://youtu.be/NXysez2vS4Q
-
How to make vertsplit transparent over specific windows?
thanks! my neovim configs : https://github.com/siduck76/neovim-dots , I recently switched to init.lua and I use bspwm with polybar , I'll put the dotfiles after my exams .
-
Cool neovim setup
configs are here : https://github.com/siduck76/neovim-dots
-
Full Lua Neovim Configuration
there are many cool lua plugins , Ive discovered some recently and listed out them in my config repo :) https://github.com/siduck76/neovim-dots
-
neovim rice
configs here https://github.com/siduck76/neovim-dots
Great config! I'm thinking about switching from evil Spacemacs to neovim and I'm going to base my config on yours. I'm new to lua/neovim configs and I'm confused about those two functions in utils https://github.com/siduck76/neovim-dots/blob/ce4c54b5cf523c1bf4aab8ec61ea08e5da681fde/lua/utils/lua.lua#L33-L41, meaning I can't see where they are used and why are they necessary :)