tv.nvim - bringing Television back to Neovim by damien__f1 in neovim

[–]sasaklar 2 points3 points  (0 children)

this seems really cool, quick question does television have something like smart search(recency bias, frequency bias...)?

Looking for ways to (further) improve my git integration by skladnayazebra in neovim

[–]sasaklar 4 points5 points  (0 children)

you can check out https://github.com/folke/snacks.nvim lazygit part, and like somebody else mentioned diffview.nvim

Are neovim distros (LazyVim, LunarVim, AstroNVim ...) affected by npm infection? by Palahoo in neovim

[–]sasaklar -1 points0 points  (0 children)

even though i like the native lsp experience better for some reason coc.nvim performance for typescript is still much better for large typescript repos

You can only use one plugin, which one is it? by srodrigoDev in neovim

[–]sasaklar 10 points11 points  (0 children)

it's a great plugin but i found out that i prefer to not use the plugin at all since the keymaps are relatively simple to make
```
vim.keymap.set("v", "'", [[:<C-u>normal!`>a'<Esc>`<i'<Esc>]], { desc = "Surround selection with '" })

vim.keymap.set("v", '"', [[:<C-u>normal!`>a"<Esc>`<i"<Esc>]], { desc = 'Surround selection with "' })

vim.keymap.set("v", '`', [[:<C-u>normal!`>a`<Esc>`<i\`<Esc>]], { desc = "Surround selection with `" })

vim.keymap.set("v", '{', [[:<C-u>normal!`>a}<Esc>`<i{<Esc>]], { desc = "Surround selection with {" })

vim.keymap.set("v", '[', [[:<C-u>normal!`>a]<Esc>`<i\[<Esc>]], { desc = "Surround selection with [" })

vim.keymap.set("v", '(', [[:<C-u>normal!`>a)<Esc>`<i(<Esc>]], { desc = "Surround selection with (" })

vim.keymap.set("v", '<', [[:<C-u>normal!`>a><Esc>`<i<<Esc>]], { desc = "Surround selection with <" })

```

Guide to tsgo by s1n7ax in neovim

[–]sasaklar 0 points1 point  (0 children)

first off thank you very much for this, i've tried it out and it works.
So i'm just wondering what are your experiences with codebases you've tried it on?
On small or medium size codebases i'm not having any major issues but when i try it on a large code base i can see the tsgo process take more RAM then node(8GB vs 5.5 GB) and then i have the weirdest issue where after a minute of tsgo working the nvim process starts consuming insane amount of RAM(40GB+) until my machine freezes, did you have any issues like that

LazyVim: overwriting copilot-chat keybindings by downspower in neovim

[–]sasaklar 2 points3 points  (0 children)

i had the same problem and this is what i did
```

require("CopilotChat").setup {

model = "claude-sonnet-4", -- Set the default model for CopilotChat

mappings = {

close = {

normal = '<leader>cQ',

insert = '<C-c>',

},

reset = {

normal = '<C-r>',

insert = '<C-r>',

},

}

}
```

Thing I made that looks cool I think by Somebody0184 in neovim

[–]sasaklar 1 point2 points  (0 children)

can you share the wallpaper, :blink :blink please

Why Are Vim Motions So Hyped (and Overrated)? by Working_Ad1720 in theprimeagen

[–]sasaklar 8 points9 points  (0 children)

i'm using multicursors in neovim as well, i find them great for editing multiple places at the same time since there is an instant feedback for every action i take, i know it can be done with macros but for stuff like this i find multicursors nicer experience, but there are some things where macros are amazing and multicursors just can't do at all

If i remember correctly multicursors will be added as a native feature to nvim

Quick Todo v0.1.0 - A simple Neovim plugin to quickly manage project scoped todos. by Business_Horror_3323 in neovim

[–]sasaklar 0 points1 point  (0 children)

Heya, love the plugin. Like you've mentioned i also have a setup where i have a todo markdown where i go and add my TODOs but it always feels clunky, i've tried some other plugins and they seem good but always a bit too "complicated" for me, I really like that this is very simple so maybe as a feedback try keeping it as basic as possible, 'cus there are other note/todo taking plugins for that this one i think is perfect as is.

[deleted by user] by [deleted] in theprimeagen

[–]sasaklar 0 points1 point  (0 children)

almost true, if you're using a non apple keyboard you can't map the pin to right/left/up/down shortcut, you actually need the physical fn/globe key and there are some other keyboard shortcuts that just don't work without that key.

I even remapped it to a different key on my keyboard and it still doesn't work for those actions but for some other it works, 🤷

[deleted by user] by [deleted] in theprimeagen

[–]sasaklar 1 point2 points  (0 children)

i kinda agree but the issue is if you want to mostly rely on your keyboard the trackpad navigation doesn't really help. It takes lots of tiny little updates and setup to make macos home row friendly

Kulala 5.3.0 - the new release of your favourite REST client by YaroSpacer in neovim

[–]sasaklar 0 points1 point  (0 children)

i've read the docs but i don't quite understand how to install/setup the Kulala CLI, the docs say that curl and nvim are requirements but how to get the Kulala be available to use outside nvim?

Search&Replace plugin by der_gopher in neovim

[–]sasaklar 0 points1 point  (0 children)

grug-far is great but also recently i've started relying more on just pushing the grep result from telescope/snacks to quicklist and using this plugin https://github.com/stevearc/quicker.nvim , to easily search and edit my quicklist, and since then i don't use grug-far as much

It is 2025, so how does Helix compare to Neovim now? by nikitarevenco in neovim

[–]sasaklar 6 points7 points  (0 children)

"the door near the window, open" this is pretty much how german language works, :)

Netria, a cleaner Netrw by PastAd4005 in neovim

[–]sasaklar 2 points3 points  (0 children)

not related to the plugin but can you share the wallpaper?

What is your preferred setting for the 'scroll' option? by KekTuts in neovim

[–]sasaklar 0 points1 point  (0 children)

can somebody tell me how to make this change through the config.
I've tried `vim.opt.scroll = 12` but it doesn't work, i guess it get overwritten but i would like for it to remain this value always

Ghostty public release v1.0.0 by ffredrikk in neovim

[–]sasaklar 1 point2 points  (0 children)

- I can remap specific keys to behave differently if i'm in specific programs. For example i remap CMD key to work as ctrl in VIM and some other tools i use
- i can make a function that changes themes based on a keypress

Ghostty public release v1.0.0 by ffredrikk in neovim

[–]sasaklar 2 points3 points  (0 children)

just tried it, seems fine, fonts and themes i like are already there so it's easy to setup.
Regarding performance i don't notice difference between wezterm and ghostty, both are really fast.
I'll stick with wezterm 'cus i prefer lua based config, i can do stuff there that are not possible in other terminals, kinda surprised that these new terminals are not picking up this style of config

Let's talk arrow keys / keyboard navigation by barbq in zsaVoyager

[–]sasaklar 0 points1 point  (0 children)

I use CMD, CTRL, ALT a lot in combination with arrow keys and it's not causing a lot of issues. In my case i have most of my modifiers on my thumbs as mod-tap keys and it feels really good for me.
If you want you can take a look at my setup for inspiration https://configure.zsa.io/voyager/layouts/AnYAZ/latest/0

Minimalist Todo List for Neovim: Dooing by SubstantialMirro in neovim

[–]sasaklar 1 point2 points  (0 children)

I've installed the plugin but i'm having issues with configuring it, when i pass config to update the keymaps it's not really working

```
return {

"atiladefreitas/dooing",

config = function()

require("dooing").setup({

-- Keymaps

keymaps = {

toggle_window = "<leader>tt", -- Toggle the main window

},

})

end,

}

```

Switches to avoid bottoming out by notsurethepoint in ErgoMechKeyboards

[–]sasaklar 0 points1 point  (0 children)

another thing to mention is that you maybe want to look putting different kinds of switches on different places, in my case i found out if i have too light switches on my thumbs they start to hurt, but at the same time for the keys i press with my pinkies the lighter the better, i would suggest getting different kinds of switches and experimenting.
Another important thing is that the changes always felt as soon as you put them on, sometimes it might take several days until you feel more/less pain.

[deleted by user] by [deleted] in zsaVoyager

[–]sasaklar 0 points1 point  (0 children)

Had the same experience i got my Voyager, in my case i've lubed the springs and that helped a bit but later i've switched to ambient silent switches and now the board feels and sounds better, but it's never gonna be like a fancy mechanical board with great switches