SaaSHub helps you find the best software and product alternatives 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.
-
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
-
-
-
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.
-
nvim-lint
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
-
-
-
-
-
dotfiles
The configuration files (dotfiles) that I use on my computer (linux). It includes Vim, Zsh (by TopologicalHooligan)
-
-
-
-
-
-
format.nvim
Discontinued A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]
-
diagnosticls-configs-nvim
An unofficial collection of linters and formatters configured for diagnostic-languageserver for neovim.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dotfiles discussion
dotfiles reviews and mentions
-
[plugin woes] Any vim-lsp-ale alternatives for built-in lsp client?
Didn't think I'll see another user with a similar config than mine. I also use ALE + nvim-lsp + ddc. So you can have a look at my config and feel free to DM me with your concerns.
-
[question] Had anyone tried ddc.vim (vs nvim-cmp)?
My nightly config with ddc in lua
-
Galaxyline and multiple active LSP
Also here is my galaxyline code if you want to take a look at it: https://github.com/creativenull/dotfiles/blob/8d1840a30265963aef71458363ccd621969b86b2/.config/nvim-nightly/lua/cnull/statusline.lua
-
statusline Is Empty Despite Being Set
But since you are in lua you will have to evaluate the lua inside vim which is then passed on as a string (kinda complicated to explain, code is a bit clearer), I did something similar with my status line, although a bit more minimal which you can take a look at it here.
-
Out of the box lint and format settings?
I'm not sure what issues you're having with it, it should run all the linters and fixers automatically without any configuration needed to add in your config, besides adding the plugin. :ALEInfo is a great place to look at to see whats enabled and working. I like a bit control so i disable the automatic running and turn on only the linter/formatter I need on a filetype basis (aka add then to after/ftplugin), you can take a look at my dotfiles and see how I have them setup.
-
Telescope find_files not showing hidden files
I've had the same issue, I just had to change the find_command key in the find_files function on telescope and create a different keymap to call it, you can take a look at my telescope setup
-
Neovim / LSP
So what you really want, is to merge those two tables together, you can have a look at how I do it in my nvim lsp config but for your code it could be:
-
A note from our sponsor - SaaSHub
www.saashub.com | 28 Apr 2025
Stats
The primary programming language of dotfiles is Shell.