From 63313185b460d2ae0a218e472a128a9b60d23720 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Fri, 16 Jan 2026 18:31:10 +0200 Subject: Update treesitter and change colorscheme to tokyonight --- home/nvim/plugins/other.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'home/nvim/plugins/other.lua') 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", +}) -- cgit v1.2.3-70-g09d2