Tim
Tim
Hey. Should syncronyzation between neovim and pdf viewer work when I scroll neovim's buffer? Currently it doesn't work but I'm not sure it can.
I guess it's useful to keep previous name of session for rename functionality.
I don't see preview. I set it `set -g @sessionx-preview-enabled 'true'` but not success.
I would like to see confirmation popup to press y or n before session will be deleted completely.
In your plugin c-n and c-p are reversed. Please keep it as users's fzf default.
### Describe the Bug I cannot flash the keyboard on alpine linux. I've installed all necessary deps and copied udev rules. Then reboot to make sure udev rules bind. But...
### Debug adapter definition and debug configuration ``` local dap = require("dap") require("dapui").setup() dap.adapters["pwa-node"] = { type = "server", host = "localhost", port = "${port}", executable = { command =...
Hi. Is it possible to test `testify` suite test with dap somehow? I'm trying to do it with this command but I have no luck ``` :lua require("neotest").run.run({strategy = "dap"})...
It would be great if `quicktype` produce `validate` tags for go structures. Input Format: JSONSchema Output Language: go ## Description Unfortunately in `go` there are no way add validation tags...
Hi. I use this command to check whole workspace. ` keymap("n", "lW", vim.diagnostic.setqflist)` It would be super nice to have bridge for `nvim-lint` to recursively lint all files in that...