diff options
| author | seth <[email protected]> | 2023-11-01 06:42:48 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-01 06:42:48 -0400 |
| commit | 09004f4517eba8f57d37897e34f6ba56ad3653f1 (patch) | |
| tree | 6ae19b13a2694fe852caa6c77665af24ea59fe9e /plugins/lualine.lua | |
| parent | ca59ebcf3dd17153b90a0ceca86af14db941ac3c (diff) | |
stop using neovim.nix
i had small, but annoying issues here and i don't care for lazy loading much tbh
Diffstat (limited to 'plugins/lualine.lua')
| -rw-r--r-- | plugins/lualine.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/lualine.lua b/plugins/lualine.lua deleted file mode 100644 index dbf8602..0000000 --- a/plugins/lualine.lua +++ /dev/null @@ -1,8 +0,0 @@ -return function() - require("lualine").setup({ - options = { - theme = "catppuccin", - }, - extensions = { "neo-tree", "trouble" }, - }) -end |
