diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-12-05 12:17:53 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-12-05 12:17:53 +0000 |
commit | ae9586acc428c9699c845ed210d5181e8ec760a1 (patch) | |
tree | 0ce0e79f8b1614967c02b22407c19be22addd5b4 | |
parent | b1736352fdcf7c5aae6d32e2eb12e4f3e46dba8b (diff) |
Add neovide config
-rw-r--r-- | neovide/.config/neovide/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/neovide/.config/neovide/config.toml b/neovide/.config/neovide/config.toml new file mode 100644 index 0000000..33e1804 --- /dev/null +++ b/neovide/.config/neovide/config.toml @@ -0,0 +1,3 @@ +fork = true +frame = "transparent" +tabs = false |