I've been using neovim for almost 4 year i guess, it's really a big part in my developer's life
however, i have made a lot of configurations during the time
At first, i was following The CW's configuration, within few days i feel not satisfied
so i started my own configuration(using vimplug i guess back the day)
after that, whenever there's a new plugin master in neovim plugin community, i started to make a new configuration
Now I am using My Config of LazyVim inspired by devaslife
Am I satisfied? I don't now
It's kind strange to use a distro that i'm not fully understand what it actually doing. It's fast not gonna lie, But whenever i encounter something wrong, i have no idea how to fix it.
As the time goes by, I've gained more coding skills and understand what's the right path
A lot people said config ur text editor it's a waste of time, even i think like this way sometimes
But I do like Neovim and i do want to understand how things works
So, Today, I'm going to config my text editor one more time(maybe the last time)
I will write down the whole journey of me making this text editor it's suit all my needs and try to be as much minimal as it could
Without further ado, let's get started
Let's think what it's my needs(what does a IDE do)
Syntax highlighting
Autocomplete
Fuzzy finding
Colorscheme
debugging
So, we will start with kickstart.nvim
Well Well Well, I guess that's the finally version everything works just really great all in all this is what you will need in the future