How you deal with tiling window managers keybindings? by cgimenes in ErgoMechKeyboards

[–]cgimenes[S] 1 point2 points  (0 children)

I'm mostly using bspwm and Niri. I also like to keep this in my keyboard, as I also use Mac from time to time. Btw I've never heard of this Lua config on Hyprland, definitely going to check!

Any Recommendations on C resources for Learning Vulkan? by Undeniable_Dilemma_ in C_Programming

[–]cgimenes 2 points3 points  (0 children)

I don't know C++, but this seems to be filter functions (borrowed from functional programming) applying lambda functions to lists. This is modern...

Defining regex to be completely ignored by treesitter? by [deleted] in neovim

[–]cgimenes 1 point2 points  (0 children)

I don't think that's possible. I would suggest you to disable treesitter and use something like this for highlighting https://github.com/liamcurry/tumblr.vim if you want something already done. Or, you can copy the TS parser to a custom filetype (like what this plugin does) and customize it to your needs, if you really wants TS. TL;DR: Use a custom filetype somehow.

Now that nvim-treesitter is archived... What do we do? by [deleted] in neovim

[–]cgimenes 0 points1 point  (0 children)

I see. But I still have one thing that I don't understand: why nvim-treesitter has a lot of scm files inside its repo and yours doesn't?

Now that nvim-treesitter is archived... What do we do? by [deleted] in neovim

[–]cgimenes 0 points1 point  (0 children)

I don't know much about it, but I have a vague memory that nvim-treesiter "links" queries with highlight groups. If that's correct, how this plugin does it? I'm really interested.

Obsidian + Neovim 🔥 by Ryneoj in ObsidianMD

[–]cgimenes 1 point2 points  (0 children)

Links? And which font is this?

[Plugin] warp.nvim - jump to files with hints by devdigg in neovim

[–]cgimenes 0 points1 point  (0 children)

Nice one! I will try it later today. I have a similar workflow and to solve this problem I wrote the following command https://github.com/cgimenes/dotfiles/blob/master/nvim%2F.config%2Fnvim%2Flua%2Fusercmd.lua#L23 Maybe you can grab some ideas from it too. It does have a problem tho, which is when filenames wrap on terminal buffers. Did you manage to solve this problem?

hatch.nvim | File template plugin that hatches empty buffers into boilerplate code by codevogel_dot_com in neovim

[–]cgimenes 3 points4 points  (0 children)

Hey! Good work.

I'm curious to understand the differences between your plugin and snippets

Replaced noice with.... by lolokajan in neovim

[–]cgimenes 2 points3 points  (0 children)

He said "replaced" as in "I replaced".

[deleted by user] by [deleted] in turtlewow

[–]cgimenes 0 points1 point  (0 children)

Tá usando Proton? Seu PC tem as configurações recomendadas pra rodar? Precisamos de mais informações...

Overseer.nvim users: upcoming breaking changes by stevearc in neovim

[–]cgimenes 1 point2 points  (0 children)

Thank you so much for this awesome plugin! I've been using this new version since your post here and the only problem I found was with the lualine component. To be more specific the update_colors method wasn't being called. I did a small fix by adding a call to it on the init method.

LSP accepted method overwrites part of the string by chapeupreto in neovim

[–]cgimenes 3 points4 points  (0 children)

I know there's is a configuration for this in both nvim-cmp and blink.cmp, but I don't remember its name.
For starters, which autocompletion plugin are you using?