Damjan 9000

Results 108 comments of Damjan 9000

This looks like a great idea, I mostly use Linux so I don't have an immediate way to test it out, but might try sometime later.

Hmm, by reading the page you linked: https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support it does not sound to me that this change will actually use the prebuilt binaries but just change the way the (source?)...

I tested your branch on Windows without a C compiler and it still errors out about it: ``` Error detected while processing C:\Users\Damjan\AppData\Local\nvim\init.lua: No C compiler found! "cc", "gcc", "clang",...

Kickstart uses ctrl-h for completion snippet navigation. Most terminals should output an ASCII DEL when hitting the backspace (ascii 7f) but sometimes backspace is bound to ctrl-h. This is for...

I can reproduce this and it seems to be caused by the Treesitter highlighting. I would recommend that you open an issue with the nvim-treesitter project: https://github.com/nvim-treesitter/nvim-treesitter You can work-around...

@feoh should kickstart disable haskell treesitter highlight by default?

@qianxyz do you want to disable lsp formatting completely, or just the autoformat on save? If it's the autoformat on save, there's a recipe from conform.nvim that I use, perhaps...

I opened a PR for the "autoformat on save only for specified filetypes" https://github.com/nvim-lua/kickstart.nvim/pull/694

I can confirm that this used to work with the old kickstart before the last rewrite and that with this change it works again. One more thing, the old kickstart...

Ok figured out the `vim.keymap.set` fix, here is a PR: https://github.com/nvim-lua/kickstart.nvim/pull/754