khris190

Results 8 comments of khris190

for some reason i get shown a window with my command and press ENTER to go back to lazygit and adding \ at the start of the command fixes it...

i added hardcoded 0 to on_exit() in terminal for now, but i'm thinking that we could store command exit code in another file so we could get it after

i think it might be complete. i'll use it a bit so i'm sure everything works as intended. i added a few local functions to terminal because i didn't feel...

would be cool if we just got opt in cmake.run_test(opt) to be able to overwrite some stuff and that would let us just set "*" on filename to run all...

option to run all was just merged, i'll try to update it for switch in lua if i find a good way of cleanly merging it with user_command arguments ![2024-04-24_18-15](https://github.com/Civitasv/cmake-tools.nvim/assets/29352561/efdac000-02f8-4be3-a940-1d9c8d092d93)

@Civitasv hey, could you elaborate on this nvim_feedkeys line, i tried to deal with this issue but i don't even have those keymaps. the comment only talks about exiting insert...

LazyVim uses this init function and it seems to fix the issue: ```lua init = function() local loaded = false local function check() local cwd = vim.uv.cwd() if vim.fn.filereadable(cwd .....