Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

2023-11-13

Compare
Choose a tag to compare
@practicalli-johnny practicalli-johnny released this 13 Nov 18:55
· 17 commits to main since this release

2023-11-13 - Enabled zipPlugin and other minor improvements

Clojure LSP can now show function definitions from library files in a project, e.g. from any Clojure dependency jar files (zipPlugin is used to read the contents of a jar file as a zip file)

Configuration files for Markdownlint and Alex are provided in the tools-config directory and loaded relative to the user account home path. The current configuration seems very stable now 🤞🏽

Added

  • 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

Changed

  • 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