Skip to content

Commit 3385fa0

Browse files
community: neovide GUI recipe from Astrocommunity
resolve: #26
1 parent 7ed779d commit 3385fa0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- snippets: comment header & section snippets for lua
1717
- practicalli: toggle between Clojure src and test files
1818
- practicalli: showkeys visualise key presses in neovim
19+
- community: neovide GUI recipe from Astrocommunity
1920

2021
## Changed
2122
- lazy: enable zipPlugin to view src inside jar files

lua/community.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ return {
5050
-- Recipes
5151
-- LSP Mappings for Snacks or Telescope
5252
{ import = "astrocommunity.recipes.picker-lsp-mappings" },
53+
-- Neovide GUI configuration
54+
{ import = "astrocommunity.recipes.neovide" },
5355
-- ----------------------------------------------
5456

5557
-- ----------------------------------------------

0 commit comments

Comments
 (0)