TJ DeVries

Results 290 comments of TJ DeVries

@VlaDexa had a really smart suggestion, which we just merged. Should make this easier!

I think I would rather just link the recipes in the init.lua for people to go explore. I think for starting off, it's nice that it just always applies the...

What if we do the reverse, and we make it easy to *disable* a language (we don't have to populate the list with anything, we can just show them that...

```lua local disable_filetypes = { c = true, cpp = true } return { timeout_ms = 500, lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype], } ```

Hmm, I think it might be better to try and disable the nerdfonts by default for mini and lazy. Do you by any chance happen to know how to do...

What do you think about including this as an optional "kickstart.plugins.lint"? I don't think everyone needs an additional linter plugin, lots of languages provide all the linting you need through...

Sorry, but that's out of scope for kickstart - it's goal is to be a very simple, streamlined way for people to start exploring neovim. We can't cover everything here,...

I think mentioning that there are more plugins to check out is a good way for them to go explore the rest of mini.nvim (there are a LOT of useful...

Thanks for the PR, but I think this makes it a lot less readable for newcomers to kickstart. Feel free to do this in your own config though, I think...

Let me think about it a little bit more, but I'm still leaning towards it adds a lot of noise for newcomers for something that is pretty auxillary. They should...