-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67ff254
commit ed8db48
Showing
9 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# [[language]] | ||
# name = "go" | ||
# file-types = ["go"] | ||
# language-server = { command = "efm-langserver" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Author : RayGervais<[email protected]> | ||
|
||
"ui.linenr.selected" = { fg = "nord4" } | ||
"ui.text.focus" = { fg = "nord8", modifiers= ["bold"] } | ||
"ui.menu" = { fg = "nord6", bg = "#232d38" } | ||
"ui.menu.selected" = { fg = "nord8", bg = "nord2" } | ||
|
@@ -16,7 +13,7 @@ | |
|
||
|
||
# nord1 - status bars, panels, modals, autocompletion | ||
"ui.statusline" = { fg = "nord4", bg = "#4c566a" } | ||
"ui.statusline" = { fg = "nord3", bg = "nord1" } | ||
"ui.popup" = { bg = "#232d38" } | ||
"ui.window" = { bg = "#232d38" } | ||
"ui.help" = { bg = "#232d38", fg = "nord4" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
return function() | ||
require("zen-mode").setup({ | ||
window = { | ||
backdrop = 1, | ||
options = { number = false }, | ||
width = 100, | ||
height = 0.90, | ||
}, | ||
plugins = { | ||
twilight = { enabled = true }, | ||
-- tmux = { enabled = true }, | ||
-- kitty = { enabled = true, font = "+1" }, | ||
}, | ||
}) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters