bvtthead

Results 3 comments of bvtthead

It was rejecting the breakpoints, but would still break at them. So it was actually kind of working.

I'm using [natecraddock/workspaces.nvim](https://github.com/natecraddock/workspaces.nvim) to create workspaces and then checking if I have a workspace activated. So my clangd `root_dir` looks like: ```lua root_dir = function(fname) return get_workspace_path() or clangd.document_config.default_config.root_dir(fname) end,...

I would also like this feature. On `st` I used the [anysize patch](https://st.suckless.org/patches/anysize/) to center the content of the terminal window on my tiling wm. Currently I am using: ```lua...