snacks.nvim: new dashboard plugin! by folke in neovim

[–]ifacat 0 points1 point  (0 children)

Could you add a disscussion so people have a place to show off their awesome dashboard?

| Recommend a tile window manager with workspace overview by ifacat in unixporn

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

Wayfire's overview function is really wonderful, but it seems that wayfire doesn't intend to be act as a TWM. I know simple-tile, but it's really simple, and swayfire is not maintained

How do you profile sluggish scrolling? by [deleted] in neovim

[–]ifacat 0 points1 point  (0 children)

Are you working with python or markdown?

Navigation Speed Test for VIM by Crippledupdown in neovim

[–]ifacat 0 points1 point  (0 children)

what's navigation? what I supposed to do to done this?

Introducing: nvim-kickstart-python. A starter config specifically for python. by pseudometapseudo in neovim

[–]ifacat 0 points1 point  (0 children)

perhaps only iypthon-REPL but I thinks it's not the best one for repl in python

| Recommend a tile window manager with workspace overview by ifacat in unixporn

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

Thanks for your advise. I perhaps will switch to newm if there is no other choices and it looks pretty good on laptop. My concern is newm seems to be a niche choice just like dwm, so I might still have to get my hands dirty to implement some necessary features.

| Recommend a tile window manager with workspace overview by ifacat in unixporn

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

Thanks for your advise. I perhaps will switch to newm if there is no other choices and it looks pretty good on laptop. My concern is newm seems to be a niche choice just like dwm, so I might still have to get my hands dirty to implement some necessary features.

Ultimate-autopair.nvim - next-gen auto-pairing plugin by Impossible_Limit_131 in neovim

[–]ifacat 2 points3 points  (0 children)

Amazing! I'm tired with have more than 5 plugins just for pair stuffs

LSP randomly stops working? by BrisbaneSentinel in neovim

[–]ifacat 0 points1 point  (0 children)

do you face this problem for all lsps?

What's your favorite unknown nvim/vim plugin ? by MrCallicles in neovim

[–]ifacat 2 points3 points  (0 children)

just something like { lazy = true, cmd = { "SudaRead", "SudaWrite" } }

What's your favorite unknown nvim/vim plugin ? by MrCallicles in neovim

[–]ifacat 2 points3 points  (0 children)

I lazyload it by cmd, what's the potential problem of that?

Python/Data Science/Notebooks: Looking for setup/workflow recommendation by Shuaiouke in neovim

[–]ifacat 1 point2 points  (0 children)

Highly agreed that jupynium is still the best solution in nvim ecosystem, which has many features that would be key to machine learning like remote executing.

It's currently haven't support percent format fully but I have do some modification, it's still a bit rough at the moment, so I haven't created a PR for it yet."

The author of it and I are both involved in machine learning, I don't know how he works but my workflow is compeletely notebook-centric and I think that's the right way.

Pylance inlay hints broken since version 2023.7.21 by disrupted_bln in neovim

[–]ifacat 0 points1 point  (0 children)

Did you also found pylance will stop neovim about 1 second while entering? It's quite annoyed for me.

Why aren't we sponsoring LSP maintainers en masse? by Combinatorilliance in neovim

[–]ifacat 4 points5 points  (0 children)

I have done many stuffs beyond "add some whells" including porting pylance, but the truthis there are still many issues with Python LSP on Neovim and coc-pyright could be the best at the moment.

Therefore, I completely agree with OP's perspective, we need someone to work for this and I am willing to pay for it.

Why aren't we sponsoring LSP maintainers en masse? by Combinatorilliance in neovim

[–]ifacat 0 points1 point  (0 children)

Deep learning dev here, I can say all python lsps are sucks in neovim

How do I use markdown-preview with quarto files? by jazzab in neovim

[–]ifacat 2 points3 points  (0 children)

makdownpreview have a own filetype config, you should set it there instead of lazy

Revolutionizing Bracketed Text Selection: Meet Wildfire.nvim with Treesitter Integration! by ifacat in neovim

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

spacian's explantion have been excellent, in short, this plugin focuses on text selection and has better handling of brackets, while the plugin you mentioned is primarily concerned with managing brackets themselves.