diff options
Diffstat (limited to 'home/nvim/plugins/other.lua')
| -rw-r--r-- | home/nvim/plugins/other.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/home/nvim/plugins/other.lua b/home/nvim/plugins/other.lua index 10efd0e..e3eb00f 100644 --- a/home/nvim/plugins/other.lua +++ b/home/nvim/plugins/other.lua @@ -1,5 +1,7 @@ -- hardtime require("hardtime").setup() -vim.g.nord_italic = true -require("nord").set() +require("tokyonight").setup({ + -- use the night style + style = "night", +}) |
