Vladislav Grechannik
Vladislav Grechannik
Fixes #992
> Does it contain the :checkhealth changes @dam9000 recommended? Neovim still hasn't fixed the versioning issue in the official releases, so the 0.10 version check still won't work. We can...
> is there any reason why allowing it to pass for nightly would be bad? Couldn't think for any but wrote that for your information. Seeing that you're also fine...
> I was getting diagnostic errors for the issue. [This was a neovim docs issue](https://github.com/neovim/neovim/issues/29230)
Not quite fixed (because the initial issue wasn't a bug, more of a question), but I think it's overall resolved apart from the neovim issue.
To lint your file `nvim-lint` tries to call an external command (markdownlint). It seems that it can't find markdownlint tool, and that means you need to install it through Mason...
> Will this be fixed? As I see it, installing markdownlint only for everyone who enable lint plugin would require a significant init.lua rewrite to allow passing ensure_installed in opts...
I won't use these, but I like the idea of including these as a helping aid guiding people to learn about windows and tabs and stuff
Try using `e`
forgot that `e` got removed from kickstart in [0.10 updates](https://github.com/nvim-lua/kickstart.nvim/commit/943c079e4d9bde0246b0d689d6a6486b8fa6b208#diff-0fc5c43f6f1d7605fd7d16c088ba6b83f096eee8e2049517407bbaa27aa3a4f7L167), because since 0.10 [\d (and \\) map to |vim.diagnostic.open_float()|.](https://neovim.io/doc/user/news-0.10.html#news-0.10:~:text=%3CC%2DW%3Ed%20(and%20%3CC%2DW%3E%3CC%2DD%3E)%20map%20to%20vim.diagnostic.open_float()%20CTRL%2DW_d%2Ddefault)