| Commit message (Collapse) | Author |
|
|
|
|
|
Ltex tries to correct spelling mistakes in the html tags.
|
|
|
|
|
|
I have never really used this plugin, and the recent breaking API
changes where reason enough to remove it.
|
|
|
|
The previous name was renamed, as it clashed with the NixOS module
system.
|
|
|
|
|
|
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
|
|
|
|
|
|
|
|
|
|
|
Pylyzer seems to be rather useless in comparison to ruff.
I am removing it to remove the unnecessary visual distraction.
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise nixvim will complain, as I also have telescope enabled
|
|
'j' is both more memorable (*j*ump) and also not yet mapped to something
important, as it's a relic of the old vim keys. This frees up 'm' for
marks again
|
|
This source was way too distracting, considering that I'm not that keen
on having lots of possibly completions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Bash language server already runs shellcheck, thus making the
explicit call here useless.
|
|
|
|
|
|
|