Skip to content

Releases: dkarter/dotfiles

v3.1.0

10 Aug 07:30
e3d2600
Compare
Choose a tag to compare

3.1.0 (2022-08-10)

⚠ BREAKING CHANGES (somewhat)

  • switch diagnostic tools and formatters to null-ls (instead of ALE)
  • Apologies for not bumping the version to 4.0, my automatic release strategy did not detect the conventional commit !

Features

  • nvim: add automatic mason tool installer (0dcf428)

Bug Fixes

  • nvim: add missing argument to function call (bab784e)
  • nvim: correctly hook LSP on_attach (16c2603)

v3.0.0

07 Aug 19:45
d17b3c7
Compare
Choose a tag to compare

3.0.0 (2022-08-07)

⚠ BREAKING CHANGES

  • switch lsp config to Mason

Features

  • nvim: add 'contains' util function (243646d)

Code Refactoring

  • switch lsp config to Mason (7202090)

v2.11.0

13 Jul 02:41
6faf74c
Compare
Choose a tag to compare

2.11.0 (2022-07-13)

Features

  • installer: add Nerves debian packages (2468319)
  • nvim: add K8s completion support for yamlls (dc2f9bd)

v2.10.0

17 Jun 19:57
fd52ba5
Compare
Choose a tag to compare

2.10.0 (2022-06-17)

Features

  • add git hunk based mappings (14fce6e)
  • git: automatically merge JS lockfiles (2b0d203)
  • git: use zebra for moved line colors (6b0ff53)

Bug Fixes

  • installer: remove eslintrc (c341406)
  • nvim: accommodate Malomo naming conventions (d49229e)

v2.9.0

11 Jun 16:45
36144b4
Compare
Choose a tag to compare

2.9.0 (2022-06-07)

Features

  • nvim: add generic map function (688641d)

v2.8.1

03 Jun 21:39
0b72d05
Compare
Choose a tag to compare

2.8.1 (2022-06-03)

Bug Fixes

  • installer: incompatible ARM ASDF plugins (6f6704e)
  • installer: mark Neovim ASDF incompat w/ ARM (6178527)
  • nvim: attempt.nvim run commands (f3986b7)

v2.8.0

30 May 15:40
f82023b
Compare
Choose a tag to compare

2.8.0 (2022-05-30)

Features

Bug Fixes

  • nvim: remove global eslint (09d9d64)

v2.7.0

29 May 18:49
795d793
Compare
Choose a tag to compare

2.7.0 (2022-05-29)

Features

  • nvim: add context aware commenting (abefabc)
  • nvim: add TreeSitter powered TextObjects (8358c22)

Bug Fixes

  • nvim: add missing file Comment config (22c2981)

v2.6.1

28 May 16:12
e96241c
Compare
Choose a tag to compare

2.6.1 (2022-05-28)

Bug Fixes

  • nvim: tighten n-mode mappings for ripgrep (4c4cb58)

v2.6.0

28 May 04:59
e2808a7
Compare
Choose a tag to compare

2.6.0 (2022-05-26)

Features

Bug Fixes

  • brew: remove java (1d08dff)
  • installer: enable brew after installing it (f986390)