Frederick Z.

Results 38 comments of Frederick Z.

now I pip installed `requests`, i get: >Messages maintainer: Bram Moolenaar >Traceback (most recent call last): > File "", line 1, in > File "D:\Dropbox\software\vim\vimfiles\plugged\joplin.vim\python3\pyjoplin\win.py", line 469, in cmd_o >...

> > Also, I've wanted a plugin like this for a while, so thanks for the rec :D > > Modern nvim replacements :): https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-surround.md https://github.com/kylechui/nvim-surround Most of the modules...

> > although it does not go along with my philosophy about one plugin should just do one thing > > You can install each plugin individually. > > >...

anyone figured out how to activate "quick access" mode that can trigger window by the key assigned?

FWIW, I currently have `navic` displays on Mini.Statusline and seems serve the purpose well. I don't use winbar myself and use native tabs to switch between different work spaces. ![Image](https://github.com/user-attachments/assets/2f054620-f485-469f-874b-3960536da047)

I'm learning `lua` myself in my spare time but split the icon with the file_name should be straighforward(-ish) (hopefully). Then I did a quick stackoverflow search, the most upvoted answer...

> > I'm learning `lua` myself in my spare time but split the icon with the file_name should be straighforward(-ish) (hopefully). Then I did a quick stackoverflow search, the most...

With all respect and kiwi.nvim is the true inspiration of my [neowiki.nvim](https://github.com/echaya/neowiki.nvim) - come here to share that such action is available in neowiki.nvim through 1 of the 2 days:...

Seeing the same error `attempt to perform arithmetic on local 'last' (a nil value)` on windows 10. with the latest smart-open

``` E5108: Error executing lua: ...ged\smart-open.nvim/lua/smart-open/util/virtual_name.lua:27: attempt to perform arithmetic on local 'last' (a nil value) stack traceback: ...ged\smart-open.nvim/lua/smart-open/util/virtual_name.lua:27: in function 'get_pos' ...ged\smart-open.nvim/lua/smart-open/util/virtual_name.lua:31: in function 'get_virtual_name' ...m/lua/telescope/_extensions/smart_open/finder/finder.lua:36: in function 'Finder'...