We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed779d commit 3385fa0Copy full SHA for 3385fa0
CHANGELOG.md
@@ -16,6 +16,7 @@
16
- snippets: comment header & section snippets for lua
17
- practicalli: toggle between Clojure src and test files
18
- practicalli: showkeys visualise key presses in neovim
19
+- community: neovide GUI recipe from Astrocommunity
20
21
## Changed
22
- lazy: enable zipPlugin to view src inside jar files
lua/community.lua
@@ -50,6 +50,8 @@ return {
50
-- Recipes
51
-- LSP Mappings for Snacks or Telescope
52
{ import = "astrocommunity.recipes.picker-lsp-mappings" },
53
+ -- Neovide GUI configuration
54
+ { import = "astrocommunity.recipes.neovide" },
55
-- ----------------------------------------------
56
57
0 commit comments