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 | 0b27e37a70826bb30821c6f76c231ce332292359 (patch) | |
| tree | ab97deeace7bcedf002ad285b2a2467be019e1fd /nvim/lua/kickstart/plugins/statusline.lua | |
| parent | ef49ada08c0ff2d8c2abb41e1b5826c1b009b511 (diff) | |
| download | dots-0b27e37a70826bb30821c6f76c231ce332292359.tar.gz | |
Revert "Refactor theme and status line into their own file"
This reverts commit 4dd2f71906c4278356f80736ee7f3faaf3cdb3ca.
Diffstat (limited to 'nvim/lua/kickstart/plugins/statusline.lua')
| -rw-r--r-- | nvim/lua/kickstart/plugins/statusline.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lua/kickstart/plugins/statusline.lua b/nvim/lua/kickstart/plugins/statusline.lua deleted file mode 100644 index f54393f..0000000 --- a/nvim/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 = '', - }, - }, -} - |