diff options
author | Chris Patti <feoh@feoh.org> | 2023-06-04 16:10:59 +0000 |
---|---|---|
committer | Chris Patti <feoh@feoh.org> | 2023-06-04 16:10:59 +0000 |
commit | 5e4d24cb2faf37d341bc906affcc2cac21919c51 (patch) | |
tree | 361228e816969815d05e635a3fa37f38e7d1506f /lua/kickstart/plugins/statusline.lua | |
parent | cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9 (diff) |
Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9.
Diffstat (limited to 'lua/kickstart/plugins/statusline.lua')
-rw-r--r-- | lua/kickstart/plugins/statusline.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/kickstart/plugins/statusline.lua b/lua/kickstart/plugins/statusline.lua deleted file mode 100644 index f54393f..0000000 --- a/lua/kickstart/plugins/statusline.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - -- Set lualine as statusline - 'nvim-lualine/lualine.nvim', - -- See `:help lualine.txt` - opts = { - options = { - icons_enabled = false, - theme = 'tokyonight', - component_separators = '|', - section_separators = '', - }, - }, -} - |