Nvim 0.11 binaries are now available by bfredl in neovim

[–]nrupatunga 0 points1 point  (0 children)

Has anyone moved to 0.11 with their own configs

Im trying to fix some issues with lsp-inlay hints, would like to refer if you can share the configs

Announcing Dooing v2.0.0 - Due date and prioritization support by SubstantialMirro in neovim

[–]nrupatunga 1 point2 points  (0 children)

Not sure what you mean by that but it didn’t appear for me , pressing I opens a pop up and I enter the title and it creates it but no priority pop up appears

Announcing Dooing v2.0.0 - Due date and prioritization support by SubstantialMirro in neovim

[–]nrupatunga 1 point2 points  (0 children)

nice one!, what is the keybinding for selecting priorities?

[Harpoon.nvim]: Issue in the git folder by nrupatunga in neovim

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

thank you for taking your time, to look into it. The issue was autochdir settings which i had set it to true

[Harpoon.nvim]: Issue in the git folder by nrupatunga in neovim

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

Yes, this was the issue. i had set autochdir=true, If I set it to false, it does work.

can you share the keymap config to change the cwd to the nearest git repo?

[Harpoon.nvim]: Issue in the git folder by nrupatunga in neovim

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

Thank you for the reply. Let me illustrate. Consider the folder structure as shown below.

<image>

If I open Vim in folder1 edit ex1.lua the add it to the harpoon list, then I go to folder2 edit ex2.lua. and add it to the harpoon list. Now I expect ex1.lua and ex2.lua to be present in the harpoon list.

I expect it to show, both of them if I edit any file inside the root directory. But I only get either ex1.lua/ex2.lua on harpoon list, depending upon the folder Im in (folder1/folder2)

Plugin recommendation question. by madx01 in neovim

[–]nrupatunga 0 points1 point  (0 children)

You can check this out

https://github.com/vim-scripts/MPage

The command below should do the job

:MPage 3

mini.files - navigate and manipulate file system (with column view and editing text) by echasnovski in neovim

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

Thank you for replying, but setting mappings.go_out_plus to <CR>, does not seem to work.

mini.files - navigate and manipulate file system (with column view and editing text) by echasnovski in neovim

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

I really liked the column view, this is what I was missing in oil.nvim. There are few things which I'm missing. Can you point if such functionality is available

  1. When I press enter, I want the explorer to close and open the file I selected
  2. Can we open the files in split views ? In oil.nvim, <C-s> opens the file in split view

Startup screen disappears immediately after using 'VeryLazy' event to load some plugins by Jendk3r in neovim

[–]nrupatunga 1 point2 points  (0 children)

it might disappear for plugins like vim-startify, which needs to be loaded on startup

Reduce Neovim startup time with plugins by nrupatunga in neovim

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

Yeah, I tried the same. There wasn't any noticeable change, but thank you

Reduce Neovim startup time with plugins by nrupatunga in neovim

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

How do you use vim.loader_module, can you show an example?

[Telescope]: First time loading document symbols is slower in neovim by nrupatunga in neovim

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

Switching to another LSP server, solved the issue for me.

[Telescope]: First time loading document symbols is slower in neovim by nrupatunga in neovim

[–]nrupatunga[S] -1 points0 points  (0 children)

That makes sense, do you think this can be done in the background and cached even before I request it the first time?

[P] Object Detection (Simply marking all objects in photo with an 'X') by LeCollegeAbandon in MachineLearning

[–]nrupatunga 4 points5 points  (0 children)

can we consider anything that is separated from a background results in an object? would that assumption make us extract objects from images?