dotfrag
dotfrag
Same issue on Sway and my gnome-keyring-daemon is correctly set-up. Launching code with `code --password-store="gnome"` as suggested [here](https://code.visualstudio.com/docs/editor/settings-sync#_troubleshooting-keychain-issues) works.
Relates to https://github.com/LazyVim/LazyVim/issues/1838.
That worked, thanks @dpetka2001! I'll keep an eye out in case someone knows a better solution.
Yes of course, inside lsp config function: ```lua local servers = { ... pyright = {}, ruff = { keys = { { "co", function() vim.lsp.buf.code_action({ apply = true, context...
Thanks @dam9000, that worked perfectly. Also `client.name` works. I don't know if it is any different. I was hoping to use the `servers..keys` table to avoid defining the keys separately...
Thanks for the PR, I also would like to see this. However, note that the key conflicts with 'Toggle Treesitter Highlight'.
Thanks, that looks free indeed. Sorry but I just noticed.. I would recommend the following change (or similar) to avoid cluttering the home directory: ```lua local undodir = vim.fn.stdpath("data") .....
Hey Brook, I also encountered this and I was wondering if there's any way to completely disable this to prevent the error from showing. I understand it's harmless, but it's...
I believe this config is better, not for any particular reason, but because it matches what LazyVim already has for the Codeium extra (https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/coding/codeium.lua): ```lua return { "nvim-cmp", dependencies =...
Fair enough!