924312
924312
### Prerequisites - [X] Ensure you write a short, descriptive title after [Bug] above. - [X] Make sure to [search for any existing issues](https://github.com/psappdeploytoolkit/psappdeploytoolkit/issues) before filing a new one. -...
# PR Summary Sorry, don't know github too well so all three commits are in one pull request - I did want to do them individually. And one is in...
# PR Summary Not super familiar with Neovim but this is deprecated ```lua vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc') ``` and I believe this is the fix ```lua vim.api.nvim_set_option_value("omnifunc", "v:lua.vim.lsp.omnifunc", { buf =...
Powershell uses for multiline comments I use Neovim with LazyVim which uses blink.cmp for the LSP as far as I can tell. I'm quite new to all this. Treesitter does...