Tomasz N

Results 66 issues of Tomasz N

Please look at the fresh todo entry. There is no created date. ![image](https://user-images.githubusercontent.com/11404453/137319285-da917004-79b7-4080-814e-af59b9660e14.png) After inserting any character `created` date is appended as it were expected for me at the creation:...

### Problem I noticed that after formatting by `gqq` some line, diagnostic entries (not related to code style, e.g. _unused variable_) from lua-ls attached to it disappear (or virtual text...

bug
extmarks
diagnostic

For example ```lua local function tabDropHandler() require('bqf.qfwin.handler').open(true, function(fname) customTabDrop(fname) end) end local function configureWindow() vim.keymap.set({'n'}, '', tabDropHandler, {buffer = true}) end local augroup = vim.api.nvim_create_augroup ('BqfMappings', {clear = true })...

To see the response I must create the destination file first... (see #2522) After that I get ```lua out = { [2] = { result = { documentChanges = {...

I don't know how many LSP clients can send `workspace/willRenameFiles` request and handle the response. Neovim comes with no handler and I didn't find any plugin for it. On the...

![image](https://github.com/phpactor/phpactor/assets/11404453/d528d6ff-d49a-4b83-ae11-1fc3b759a54f)

enhancement

Hi, For some projects I keep configuration in LSP (nvim builtin) client settings. I know some of them never worked (e.g. `xdebug.disable`) but others (like `symfony.enabled`) ```lua init_options = {...