diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 18:31:10 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 18:31:10 +0200 |
| commit | 63313185b460d2ae0a218e472a128a9b60d23720 (patch) | |
| tree | fdb4c972785c37400838472f6811a332855c4e1c /home/nvim/plugins/other.lua | |
| parent | 7019b29558eaaad8ae76d8eab5c7af67c7541678 (diff) | |
| download | nixos-63313185b460d2ae0a218e472a128a9b60d23720.tar.zst | |
Update treesitter and change colorscheme to tokyonight
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", +}) |
