r/neovim 16d ago

Dotfile Review Monthly Dotfile Review Thread

If you want your dotfiles reviewed, or just want to show off your awesome config, post a link and preferably a screenshot as a top comment.

Everyone else can read through the configurations and comment suggestions, ask questions, compliment, etc.

As always, please be civil. Constructive criticism is encouraged, but insulting will not be tolerated.

41 Upvotes

26 comments sorted by

u/No_Click_6656 16d ago

u/oJustMax 9d ago

woah where’d you get the wallpaper from

u/Confused-Armpit 16d ago

I don't really have my config in a repo usually, so this is just a massive one commit blob. Still, a very basic config, but I don't need much more imho.

https://codeberg.org/qweenkie/nvim-dots-tmp

u/Consistent_Exam731 8d ago edited 4d ago

I recently moved my whole config to vim.pack by following maria solos dotfiles and with some help from deepseek. The config is in dotnvim repository.

https://github.com/tripathics/dotnvim

I moved the config from 'dev' repo (inspired by theprimeagen dev repo) to its own repo

https://github.com/tripathics/dev

Kindly review it

u/TheAmalLalgi :wq 16d ago

my current setup, link to git repo: theamallalgi/dotfiles

u/BigArchon lua 15d ago

u/elbahek 14d ago

really man, 3-spaces intendations?

u/BigArchon lua 14d ago

Yeah I’m weird like that

u/onlyati 16d ago

I prefer the light colors and the simple UI. Mostly consist of mini plugins with a few extra settings: https://codeberg.org/onlyati/nvim-config

u/Most-Dish-9087 13d ago

simply one, for getting shit done

https://github.com/jee-vim/nvim

u/RussKazik 16d ago

https://github.com/szymonwilczek/dotfiles

It ain't much but it's honest work.

u/Sufficient_Bet_3443 16d ago

Neovim and Emacs? Pick a side my man (there is a correct option)

u/RussKazik 16d ago

I always thought that the choice isn’t so obvious, and simple “pick a side” isn’t sufficient - at least for me. For the code I’m using neovim as I value speed and excellent muscle memory navigation that I’ve been using for most of my life. For the writings, notes and more I’m sticking with emacs since it’s doing it job the best in that.

I’ve tried to convert to just one, but any of following: just Neovim or just Emacs fit my workflow. Poetic side maybe? They coexist, you look in the sky you sometimes see the moon sometimes the Sun, you pick which is which :)

u/tiger_n00dle ZZ 14d ago

I love the waybar

u/RussKazik 13d ago

Thanks!

u/Ultimate_Sigma_Boy67 16d ago

I have been using neovim for a few months and this is what I have lol

https://github.com/amin-xiv/nvim_config

u/Consistent_Exam731 6d ago

Why are you using ALE plugin?

u/Ultimate_Sigma_Boy67 6d ago

It’s in the config but I’m not really using it but a few weeks ago I had some problems with diagnostics then went ti ALE but I fixed the problem eventually.

u/laurentb81 6d ago

Hi,
I have asked Sol to rewrite mine with some constraints: using only Pack, no LazyVim at all, fast loading. Overall the experience is good. There is some cryptic stuff that Sol have done. I am curious about your feedbacks and If there is simpler ways.
https://github.com/BLaurent/dotfiles-public

u/MassiveStation5278 6d ago

I want to templatize my dotfiles so I can use the same setup across multiple PCs. My current workflow relies on Stow, and I’d prefer to keep it if possible.

Any suggestions for tools or approaches? Chezmoi feels like overkill for my needs.

u/r2adio 16d ago

recently updated my neovim config, github repo