David Else

Results 246 comments of David Else

line 284 was `log_open = function() vim.cmd("sp " .. logfile) end,` I changed it to `log_open = function() vim.cmd("sp '" .. logfile .. "'") end,`, but now the log does...

After I change it to what you asked it works and shows the log: ``` From https://github.com/hrsh7th/cmp-nvim-lsp-signature-help 8014f6d..007dd27 main -> origin/main cmp-nvim-lsp-signature-help updating... * Merge pull request #15 from tzachar/fix-undefined-signatures...

The error this issue is about is very intermittent. I don't know how to trigger it, but it does come often. I am not seeing it now, but it usually...

> The PR would be this I think: > > changing line 146 in `lua/paq.lua` to this: > > ```lua > log("\n" .. pkg.name .. " updating...") > ``` Is...

You could try commenting it out, then do PaqSync.

https://github.com/sharkdp/bat/pull/1598 should be merged soon and is very similar.

@towc I have been using it for a while. If you use Neovim treesitter vim-code-dark looks a bit better/different, and they both look a little different to VS Code. I...

Things are MUCH better with treesitter and https://github.com/tomasiser/vim-code-dark/pull/79

@tomasiser May I suggest you add this theme to https://github.com/rockerBOO/awesome-neovim#treesitter-supported-colorschemes now that it is treesitter compatible.

Since the [ltex-ls pull request was merged ](https://github.com/neovim/nvim-lspconfig/pull/1364), will this repo be updated and provide the extra functionality of adding words to the dictionary? It is the big missing feature,...