Viv Sedov
Viv Sedov
Min config ``` -- vim.opt.shadafile = "NONE" -- require("core") -- require("overwrite") -- vim.opt.shadafile = "" -- vim.cmd([[ silent! rsh ]]) vim.cmd([[set runtimepath=$VIMRUNTIME]]) vim.cmd([[set packpath=/tmp/nvim/site]]) local package_root = "/tmp/nvim/site/pack" local install_path...
> Sorry. I can't reproduce with neorg... (I'd install it but I can't see `:Neorg toc` command) Hi, So if you quickly open a norg file, so something like nvim...
> -cmdline has not this ah for me cmp here reverts back to normal cmd mode if that makes sense ? so with maxes branch i can do the following...
ah appolgies ,yeah il see if it works , been busy with study >.<
Yay it works Only change is https://github.com/dhruvmanila/telescope-bookmarks.nvim/blob/fad3ff794ac1e7e6d09480847f18f51156098248/lua/telescope/_extensions/bookmarks/firefox.lua#L23 here, should be ```lua {".waterfox"} ``` But yeah, this works, your a legend :)
Quick note: I wasn't sure how to deal with severity, and currently only works when you have a project.toml, I il try working around this.
Is there a good example for using a temp file ? Im guessing something like [this](https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/lua/null-ls/builtins/diagnostics/pydocstyle.lua) Right ? Il try messing around with temp files a bit more. Cheers.
That should be it, didn't come across any major errors only thing that confused me was in poetry projects it required the root dir, but as you stated, pretty certain...
> I tried to fix this. This file works under all the conditions I have tested. But I don't know how to submit a commit to this PR. [ruff.lua](https://gist.github.com/YangtseSu/e7dec74d4ab83e640cec69073eca4f99) Hi...
Think this is good to merge? @jose-elias-alvarez Did we miss anything?