| Age | Commit message (Collapse) | Author |
|
don't want the linter as it complains about line length, and I don't
want to conform to the 80 length rule
|
|
|
|
we only want `ruff`, we don't want a full-fledged LSP
|
|
- adds treesitter
- adds formatting via djLint. Requires djlint be installed,
see https://www.djlint.com/docs/getting-started/
|
|
requires prettier to be installed. See https://prettier.io/docs/install
|
|
|
|
|
|
|
|
|
|
Adds multicursor functionality with https://github.com/jake-stewart/multicursor.nvim
Modifies hardtime in order to work with multicursor
|
|
Moves of the config files into a single dot-config directory, simplifying the structure and the usage of stow. dot-config gets processed into .config by stow.
See the `--dotfiles` option at https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow for more information
|