mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Refactor Neovim config for use with Neovide
This commit is contained in:
parent
90a57e23cc
commit
adf21544eb
7 changed files with 200 additions and 181 deletions
|
|
@ -26,7 +26,7 @@ config.colors = {
|
|||
indexed = { [16] = "#ffa066", [17] = "#ff5d62" },
|
||||
}
|
||||
|
||||
config.window_background_opacity = is_darwin() and 0.7 or 0.65
|
||||
config.window_background_opacity = 0.7
|
||||
config.window_decorations = "RESIZE"
|
||||
|
||||
config.font_size = is_darwin() and 13 or 11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue