Daniel Schmid

Results 6 issues of Daniel Schmid

I'm using `npm-run-all` for scripts that build SCSS and JS (transpiling, bundling, compressing, ...). This works quite well, but when I try to execute these scripts in parallel, I occasionally...

First, thank you very much for this great directive! I try to use this with ui-select (https://github.com/angular-ui/ui-select). But I think there are conflicts and I'm not shure how to get...

Add a UUID (v4) snippet using the `UUID` [variable](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables).

### Did you check docs and existing issues? - [X] I have read all the ts-comments.nvim docs - [X] I have updated the plugin to the latest version before submitting...

bug

It seems to get more common for terminal emulators/multiplexers [1] to have support for shell integration, e.g. having shortcuts to jump from prompt to prompt. This requires that the shell...

The navigation from terminals in insert mode only work in Vim, because the command used to initiate the navigate command (``) is Vim-only. In Neovim there is `` to exit...