Toby Hawkins

Results 9 issues of Toby Hawkins

This pull request adds the `-unique=?` flag as an option in terminal mode such that only one terminal with this flag may be spawned at a time in any tab...

Fixes #165. Can return to the old behaviour with company-box-doc-no-wrap, but this option can be removed if it's not wanted by anyone.

### Describe the feature It would be useful if packer supported reverting specific git commits. For example, if I wish to use nvim-lspconfig without commit 7a73b88, I can load the...

enhancement

This reverts https://github.com/nvim-lualine/lualine.nvim/commit/664c688974a7f183f6d6edae70c6aa117dcbd009 and https://github.com/nvim-lualine/lualine.nvim/commit/b87e47e1dee3cf96fc787f24e282ed5b52ed2fd2 which were originally introduced to make lualine refresh more frequently, but also introduced a bug that causes lualine to flicker under certain circumstances, as noted...

**Describe the bug** Over 40 words sentence warning doesn't trigger when the sentence contains a word that languagetool considers to be a spelling error, even when spell checking is disabled...

1-bug 🐛
2-unconfirmed

**Issue** I've found that if `wrap` is set and the bottom most currently visible line of the buffer wraps off of the screen then hop will not offer selections for...

When I change my default shell to fish via chsh, OpenInWSL no longer works (I'm afraid I haven't tried with zsh), regardless of how my config.fish file is set up....

As per the title, I've been unable to launch files in windows explorer with OpenInWSL if they're on a network driver. The popup at the top of the screen that...

**Describe the bug** With the following config: ```lua require("lspconfig").ltex.setup { on_attach = function(client, bufnr) require("ltex_extra").setup { load_langs = { "en-GB" }, init_check = true, path = "ltex", log_level = "none",...

enhancement