From 2aed8bccab153d9a131158ce12d1bd3e676f45ce Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 6 Aug 2023 11:26:25 +0530 Subject: [PATCH] setup lualine --- home/programs/neovim.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index b376af0..8a91045 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -82,6 +82,11 @@ useLibuvFileWatcher = true; }; }; + lualine = { + enable = true; + globalstatus = true; + theme = "dracula"; + }; }; }; }