Releases: dkarter/dotfiles
Releases · dkarter/dotfiles
v7.7.1
7.7.1 (2023-03-08)
Bug Fixes
- nvim: move ElixirLS setup to plugins.lsp and use shared on_attach (8574e30)
v7.7.0
7.7.0 (2023-03-08)
Features
- installer: add howdoi via pip (78b4106)
Bug Fixes
- nvim: replace telescope-ui-select w/ dressing.nvim (1122d4f)
- nvim: use ElixirLS from elixir.nvim instead of Mason (3dea902)
v7.6.4
7.6.4 (2023-02-17)
Bug Fixes
- nvim: use lua_ls instead of the deprecated sumneko_lua (1c43b98)
v7.6.3
7.6.3 (2023-02-05)
Bug Fixes
- nvim: disable automatic formatexpr (2b76deb)
- nvim: stop prompting about luassert (76c66c7)
- nvim: use ui.select for code actions (instead of LSPSaga) (2093cba)
v7.6.2
7.6.2 (2023-01-23)
Bug Fixes
- nvim: disable cursorline (eb4ffe6)
- nvim: make tailwindcss work with Elixir HEEX templates (5229877)
- zsh: use yarn PATH from ASDF (389c17e)
v7.6.1
7.6.1 (2023-01-17)
Bug Fixes
- nvim: disable LSPSaga winbar (0468628)
- zsh: move asdf to own config file (c5e9c69)
v7.6.0
7.6.0 (2023-01-15)
Features
- nvim: add (z) aka zoxide - a better cd command (09cb337)
- nvim: add block text object for Elixir and Ruby (388d01f)
- nvim: add Hop plugin for quickly jumping inside view (4400f03)
- nvim: add projections for Malomo.js (3685e8b)
- nvim: add text object bindings for comments via treesitter (0c65513)
Bug Fixes
- erlang: compile with build docs (cbcf5f7)
- nvim: use the
setup
function to configure LSP Saga (2e9b28a)
- zsh: erlang 25.1.x compilation deps (44a405a)
v7.5.0
7.5.0 (2022-11-12)
Features
- zsh: alias rm as trash-cli (7ad28c1)
Bug Fixes
- nvim: disable folds on startup (ed4fe2f)
- nvim: remove fold customization (79c9712)
- nvr: make neovim-remote work with neovim 0.8 (ebf5059)
v7.4.0
7.4.0 (2022-10-31)
Features
- nvim: add text objects for function parameters (90863c9)
- nvim: set fold method to treesitter (5e95cba)
Bug Fixes
- alacritty: remove deprecated use_thin_strokes (b315cc1)
- nvim: temporarily disable nvim-navic (6c6aa1c)
v7.3.0
7.3.0 (2022-10-20)
Features
- nvim: add markdown_inline treesitter parser (30e35a4)
Bug Fixes
- nvim: disable formatexpr on elixirls to allow
gq
mapping (22cdfaa)
- nvim: force gitconfig filetype to be gitconfig (5b22d38)
- nvim: format Elixir <= 1.13 (90f4a17)
- nvim: remove markdown_fenced_languages opt (1ea3dcd)
- nvim: use mix format with stdin flag (
-
) to avoid reloads (402a4e9)
- zsh: improve gfixup command (6da5042)