summaryrefslogtreecommitdiffstats
path: root/nvim/lua/lualine_style.lua
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-08 10:52:16 +0000
committerSanto Cariotti <santo@dcariotti.me>2021-12-08 10:52:16 +0000
commit956df69d7496081db5e7b3621a0bcc7b9d7f7dfc (patch)
tree2c1de01541d70d1cbcb59974e42102440359f153 /nvim/lua/lualine_style.lua
parent1eca5dc0fe3648341e1707efc811162fc5056888 (diff)
move to .config folder
Diffstat (limited to 'nvim/lua/lualine_style.lua')
-rw-r--r--nvim/lua/lualine_style.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/lua/lualine_style.lua b/nvim/lua/lualine_style.lua
deleted file mode 100644
index bb7738b..0000000
--- a/nvim/lua/lualine_style.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-require'lualine'.setup{
- options = {
- theme = 'powerline',
- section_separators = { left = '', right = ''},
- component_separators = { left = '|', right = '|'},
- },
-}