From 2ca543ec8164a74a132afd74ad0f4fbfc1f3b380 Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:49:16 +0000 Subject: [PATCH] release: 2023-11-13 - option: configure neovide to use fira code font size 20 - community: configure parinfer with alternative mode, smart, paredit, indent (default) - core: set `log level 3` to hide file write notifications - default log level is 5 - init: `clojure_lsp` name corrected for Clojure LSP server - init: remove zipPlugin from disabled_plugins so `gd` jumps to function definitions in jar files - init: show configuration to use an external clojure-lsp server rather than one managed by mason - user: set filetype to markdown for allen-mack/nvim-table-md plugin - null-ls: set config files for markdownlint and alex - core: show hidden files in neotree by default --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d236423..f215536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - init: remove zipPlugin from disabled_plugins so `gd` jumps to function definitions in jar files - init: show configuration to use an external clojure-lsp server rather than one managed by mason - user: set filetype to markdown for allen-mack/nvim-table-md plugin +- null-ls: set config files for markdownlint and alex +- core: show hidden files in neotree by default + # 2023-07-21 ## Added