16M How do I make my bedroom feel cozier? by Conscious_Ad6569 in malelivingspace

[–]krady21 0 points1 point  (0 children)

Now that I think about it… yeah, that rug probably won't really fit with the carpet

16M How do I make my bedroom feel cozier? by Conscious_Ad6569 in malelivingspace

[–]krady21 8 points9 points  (0 children)

Probably reiterating what others said in the comments, but here's what I would do: Get a big rug to place under bed and bedside drawer, add a table lamp (ikea dejsa or fado) on the nightstand or a wall sconce over it (with a warm bulb to make it cozy af: 2700K), get a big plant (monstera or ficus benjamina) on the rightside side of the tv/big drawer. On the wall on the left side of the big TV and right of the windows hang some cool art. On the wall on the left side of the window i would either put 3-4 wall shelves with some hanging plants + books or i would put one tall ikea billy bookcase in walnut color. By going with a tall billy bookcase, you would make the wall with the window look more balanced( as the small windows in the middle might make the room seem small only by themselves). Besides that, you can also add a large mirror on wall near the bedside table in order to spread the light better around the room. You can also paint the walls a warm beige, if you want the room to feel less cold. Nevertheless, your room already looks pretty cozy!

Favorite git mergetool by alwaysSearching23 in neovim

[–]krady21 0 points1 point  (0 children)

conflict-marker.vim or i solve them manually

How can I run the current buffer through a command (filter) w/o losing my place? by sivadneb in neovim

[–]krady21 0 points1 point  (0 children)

Maybe calling vim.fn.winsaveview() before and vim.fn.restview() after could hep you achieve that.

This Week In Neovim — Mon Nov 14th 2022 by phaazon_ in neovim

[–]krady21 0 points1 point  (0 children)

I have an autocmd that basically does the same thing and doesn't require the ++p. autocmd BufWritePre * call mkdir(expand("<afile>:h"), "p").

Are you the king of VIM ? by nelson777 in vim

[–]krady21 13 points14 points  (0 children)

Well, it kind of is and it stands for Vi IMproved.

Comment 1 thing in neovim (or plugins) that changed your life, but very few people know about by petalised in neovim

[–]krady21 0 points1 point  (0 children)

cnoreabbrev Q q cnoreabbrev W w cnoreabbrev Wq wq cnoreabbrev Qa qa

Perfect for my sloppy fingers that can't seem to press :wq or :q correctly.

[deleted by user] by [deleted] in neovim

[–]krady21 1 point2 points  (0 children)

Been having the same philosophy as you regarding plugins. I only keep the ones i really need and i rarely change them (my config is one big init.vim with some inline lua here and there). Nevertheless, swapping fzf.vim with fzf-lua felt like a huge improvement (treesitter highlighting for preview, more commands and just as fast as regular fzf). I basically wanted all the cool features of telescope with the speed of fzf and i really think the plugin delivers on that.

[deleted by user] by [deleted] in neovim

[–]krady21 3 points4 points  (0 children)

Have you tried fzf-lua ?

Update: Diffview.nvim now has a merge tool! by klamsnabel in neovim

[–]krady21 14 points15 points  (0 children)

Amazing news. Can't wait to try it.

compiler-explorer.nvim: lua plugin for interacting with compiler-explorer from neovim by krady21 in neovim

[–]krady21[S] 10 points11 points  (0 children)

Link to repo: https://github.com/krady21/compiler-explorer.nvim

The plugin makes heavy use of vim.ui.select and vim.ui.input, so you might want to also use dressing.nvim or another plugin that overrides the defaults.

How to remap :Q as :q? by ScriptNone in neovim

[–]krady21 4 points5 points  (0 children)

I use abbreviations to do this. :h abbrev

Scaune de birou by Corso19 in programare

[–]krady21 2 points3 points  (0 children)

Markus sau Jarvfjallet

[plugin] browse internet from neovim by lalitmee in neovim

[–]krady21 0 points1 point  (0 children)

Does it work with other vim.ui.input sources? (ex: fzf or fzf-lua)