TJ DeVries

Results 290 comments of TJ DeVries

Thanks, sorry for the late reply. I will add `tsx` by default in #178

Can you try again with latest version of kickstart.nvim? And make sure you on recent nvim version? I have never had this happen to me (and have recently tried editing...

Great! Thanks for reporting back!

Sorry, I'm going to close -- you can raise issues in null-ls repo if something with null-ls isn't working. Hope you get it sorted out!

Yeah -- this is outdated neovim problem. Shouldn't happen on the supported versions of neovim.

Doing this in #178 thanks for the PR though! :)

Looks like the version was too old -- I'll close this. Thanks everyone

I'm going to close now -- let me know if you can't get this to work in the latest version of kickstart (using new package manager and set up)

I've actually removed the dockerfile cause there are better ways now to run an isolated nvim test setup locally (see `:help NVIM_APPNAME` for more info)

```lua -- in vim core vim.help.on_helptags = function(ns, cb) -- ... registers this cb to a namespace end -- In user plugin vim.help.on_helptags("my_plugin", function(taglist) local result = {} for _,...