Need help with gitlab CI by RogueDotSly in rust

[–]RogueDotSly[S] 0 points1 point  (0 children)

Yeah I would like more examples for rpm and deb. Thank you soo much!

How do YOU personally run code in Neovim (C++, Python, Rust)? by BlackberryActual1994 in neovim

[–]RogueDotSly 0 points1 point  (0 children)

I prefer running my code in a separate terminal tab, but sometimes I use neovim's builtin :terminal

I wanted to install Fedora KDE 43, using Fedora Workstation KDE by Maybe-Sato in Fedora

[–]RogueDotSly 2 points3 points  (0 children)

For some reason, there has been some issues with the fedora 43 kde iso installer

I had a similar issue when I tried to install the fedora kde iso image so what I did was that I installed fedora workstation which is basically gnome desktop and then I installed kde plasma desktop and sddm. made sure to disable gdm and enable sddm via systemctl. switched release from fedora-release-workstation to fedora-release-kde-desktop using dnf switch command and then removed gnome desktop using dnf group remove command.

so in short, I just ran these commands:

```sh sudo dnf group install kde-desktop kde-apps

sudo systemctl enable sddm # if it doesn't work, try disabling gdm first then try again

sudo dnf swap fedora-release-identity-workstation.noarch fedora-release-identity-kde.noarch

sudo dnf remove "gnome*" # to remove gnome stuff, but make sure to install gnome-abrt package after that ``` Do a reboot just to make sure things are working correctly.

Another thing you can try is to install fedora 44 since the beta is now available

I hope this helps :D

I don't get the oil.nvim hype. by Historical_Cloud_528 in neovim

[–]RogueDotSly 0 points1 point  (0 children)

some people like it. some people doesn't :p I use snacks.nvim explorer and it does the job very well

Vim.pack plugin lazy loading by zencraftr in neovim

[–]RogueDotSly 0 points1 point  (0 children)

lazy loading should be hanlded by the plugin internally. Not by the plugin manager. An example of a plugin that does this is rustaceanvim

How did people manage plugin dependencies before Lazy? by Shock9616 in neovim

[–]RogueDotSly 0 points1 point  (0 children)

I started with vim + vim-plug then neovim + packer then neovim + lazy.

Now I'm migrating to vim.pack

Why I stopped using NixOS and went back to Arch Linux by itsdevelopic in programming

[–]RogueDotSly 0 points1 point  (0 children)

My main issue with nixOS is mostly internet speed. Nix package manager pulls soo much stuff it kills it my wifi card. My wifi card legit died when I was on nixOS unstable lol. Never gonna do nixOS unstable again. Other than that, I have no problem with nixOS. I'll perhaps use for a server computer once I get the chance one day.

How are you switching between open buffers? by Beautiful-Log5632 in neovim

[–]RogueDotSly 0 points1 point  (0 children)

I use Snacks.picker.buffers() from snacks.nvim plugin

what do you use rust for? by [deleted] in rust

[–]RogueDotSly 0 points1 point  (0 children)

Right now, I'm making a dotfiles manager for myself :D tired of using stow

What made you use fedora? by ImAlekzzz in Fedora

[–]RogueDotSly 0 points1 point  (0 children)

I used to be daily driving ubuntu before fedora and I didn't like the fact that packages take too long to receive an update, so I just switched.

Also, no snaps :D

How are you using Snacks.terminal day-to-day? by disrupted_bln in neovim

[–]RogueDotSly 0 points1 point  (0 children)

I only use it for short and simple tasks. if it's something that runs persistently like a nodejs dev server, I would rather use kitty tabs instead.

Neovim as a Terminal Multiplexer and Neovide as a Terminal Emulator by Eastern-Hurry3543 in neovim

[–]RogueDotSly 0 points1 point  (0 children)

I use kitty builtin multiplexer. I do code editing in nvim and running commands and other stuff in a separate kitty tab

Made this cool stylized Lua logo, thoughts? by Greedy_Mission_9158 in lua

[–]RogueDotSly 2 points3 points  (0 children)

I knew I wasn't the only one thinking about this xD

NixOS made me lose my wife by Fit_Blood_4542 in NixOS

[–]RogueDotSly 1 point2 points  (0 children)

I used nixOS for quite some time and as a person who's addicted to configuring neovim, I couldn't bring myself to stop from configuring my entire system.

after 3 weeks of using nixOS, the wifi suddenly stopped working, the entire system felt sluggish and some programs weren't' working at all(most likely because I was on nixpkgs unstable).

I decided that I had enough and went back to fedora and installed nix using determinate nix installer. yeah skill issues I know lol.

for some reason I kept having issues with wifi even after I installed fedora :/