Mike Iversen
Mike Iversen
I toyed with this idea instead but opted to not do it because it would be more complex (to code) and I was feeling lazy lol. I think that works...
@mrbjarksen I feel it would make more sense to have anything being displayed on the UI to be an `inclusion list` as opposed to `exclusion list`. By specifically including certain...
I apologize for the delay on this, life has been hectic. I plan on revising this this weekend (it is not dead) :)
Further notes, the file _is_ opened when telling Telescope to open it, so it appears this is just a visual issue and not prohibitive to work flow.
I don't think plenary cold stores information related to your current session. I believe harpoon is used with caching things but honestly I think this may actually be unrelated to...
Just to provide a bit more context, [the line that is listed in your error](https://github.com/nvim-lua/plenary.nvim/blob/54b2e3d58f567983feabaeb9408eccf6b7f32206/lua/plenary/path.lua#L719) is as follows ```lua local fd = assert(uv.fs_open(self:expand(), flag, mode)) ``` Basically, "get a file...
@demigodliu I'm unsure what you're asking for here, as I mentioned above this is almost certainly _not_ a neovim issue. [Did you follow the steps I outlined above to troubleshoot](https://github.com/nvim-lua/plenary.nvim/issues/373#issuecomment-1145959626)?...
I suppose I am confused. > As noted in [Installation](https://github.com/monaqa/dial.nvim#installation), dial.nvim can be installed in the same way as a typical plugin. My configuration provided includes the installation of `dial.nvim`,...
Ahh, I am seeing it, so ``` : lua print(require('dial.map').inc_normal()) ``` This prints out ``` lua require"dial.command".select_augend_normal()let &opfunc="dial#operator#increment_normal"g@lua require("dial.command").textobj() ``` I assumed that the command was performing the command to...
Moving this back to Netman Core 1.2 as it isn't "needed" to get file explorer integration off the ground, but will be needed before we go much further