Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

I believe this is neither a LazyVim bug nor a `nvim-cmp` bug. Please see [comment here](https://github.com/LazyVim/LazyVim/issues/4414#issuecomment-2344294870) and kindly correct me if I'm somewhere mistaken.

You can set in your `keymaps.lua` the following ```lua if vim.g.vscode then vim.keymap.set("n", "", [[call VSCodeNotify('workbench.action.terminal.toggleTerminal')]]) end ``` LazyVim main configuration is for using in Neovim in a terminal. There's...

Like I said LazyVim doesn't do much configuration for VsCode. It's mainly to be used in Neovim in terminal. The rest of VsCode configuration should be up to the user.

The `lazyterm` **does work** out of the box. I've tried it and it works fine (though I just did some basic testing, so not 100% sure if I missed something)....

Try ```lua vue = { "", style_element = "", raw_text = "/* %s */", }, ```