Yung Thai
Yung Thai
GitLens extension allows this, via the Search & Compare under Source Control panel.
@sindrets I'll have a go adding this feature. Thank you for creating a very useful plugin.
Thanks for providing this "scoped bookmarks" feature. It also requires a change to the config (example): ``` save_file = vim.fn.expand("$HOME/.bookmarks"), -- this causes an error (see below) save_file = ".bookmarks",...
I briefly looked into this issue ... > NOTE: perhaps it's not possible to fix this due to limitations of buffer local keymaps? nvim apis would need to support the...
I think the name of `nvim_lsp/configs` may be wrong? Perhap try: ``` require("lspconfig").clangd.setup({ cmd = { "clangd", "--pretty", "--header-insertion=iwyu", "--background-index", "-j=40", "--pch-storage=memory", "--clang-tidy", "--compile-commands-dir=build" }, }) ```