Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Dotfiles Alternatives
Similar projects and alternatives to dotfiles
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
distant.nvim
🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧
-
-
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.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dotfiles discussion
dotfiles reviews and mentions
-
Plugins to have VS code tools
I suggest looking at https://github.com/nvim-lua/kickstart.nvim for your configuration starting point. https://github.com/LazyVim/LazyVim also provides cool preconfigured setup. You can take a look at my https://github.com/kiyoon/dotfiles to see how I configured. I didn't use any of the preconfigured ones.
-
Beginner: Added init.lua from kickstart.nvim but it doesn't install any plugin when starting neovim
0.4.3 is too old and yeah you should upgrade. Nothing will crash but first uninstall what you have. Appimage is just like a binary. You can download it and execute it directly. You should put nvim.appimage to somewhere in your path. I've also made a script to do this: script it will install both tmux and neovim the latest version to ~/.local/bin and if you set that to your $PATH environment variable then the installation is done
-
[Solution] Using all yank-related plugins (tmux.nvim, yanky.nvim, which-key.nvim)
solution
-
same keybinding for two different functions
I'm glad it helped :) I had to do this kind of thing a lot when I configure my neovim. For example, I wanted to use tmux.nvim to sync registers with tmux. I also wanted to use OSC52 so I can copy from remote server to the local computer's clipboard. I wanted to use yanky.nvim so I can cycle through registers when I paste. All of them are mapped to p key. The entire configuration is here
-
How to edit file on a server using your local neovim?
See my dotfiles for how I install the latest neovim, tmux, zsh, and other apps all locally. I also work remotely very often I managed to install everything without sudo.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 28 Apr 2025
Stats
The primary programming language of dotfiles is Lua.