Commit graph

9 commits

Author SHA1 Message Date
e3d7847679 home: vim: lspconfig: add 'hls'
If I ever end up actually learning it...
2024-03-11 12:04:41 +00:00
3a66e25ae2 home: vim: lspconfig: add 'ruff-lsp'
Since everybody is moving towards using it instead of other linters...
2024-03-11 12:01:19 +00:00
c23185ef25 home: vim: fix none-ls breaking changes
The end goal would be to remove none-ls-shellcheck-nvim, and migrate to
bashls (if it supports POSIX/non-POSIX satisfyingly).

Similarly, I should add a Haskell language server (if I ever actually
sit down to learn it...). And test out `ruff` as a `flake8` replacement.
2024-03-11 11:53:21 +00:00
13f20a28eb home: vim: add gn ftplugin 2024-01-22 16:55:57 +00:00
dca6a9018b home: vim: ftdetect: add gn 2024-01-22 16:55:57 +00:00
b8b64bed8e home: vim: ftdetect: add glsl
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-05 10:59:58 +00:00
9546c00124 home: vim: ftdetect: fix obsolete comment 2024-01-05 10:59:45 +00:00
55362b1db8 home: vim: add remove deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The plug-in now configures itself automatically.

I could also set `vim.g.skip_ts_context_commentstring_module = true`,
but that should be removed soon enough anyway, and I would forget to
remove it...
2023-12-01 19:20:52 +00:00
65a8f7c481 home: create 'modules/home' folder
Consolidating all modules under the same path, to clear out the
top-level directory.
2023-11-11 18:12:05 +00:00