From c5903b603f4163f246d0e7f18d6eb588a8123107 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 22 Oct 2021 17:04:46 +0200 Subject: vim + nvim cleanup, UltiSnip -> LuaSnip --- .config/nvim/lua/stl.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/nvim/lua/stl.lua') diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua index 633dcaa..74c2d6f 100644 --- a/.config/nvim/lua/stl.lua +++ b/.config/nvim/lua/stl.lua @@ -2,9 +2,9 @@ require'lualine'.setup { options = { icons_enabled = true, theme = 'gruvbox', - component_separators = {'', ''}, - section_separators = {'', ''}, - disabled_filetypes = {'startify', 'NvimTree', 'toggleterm', 'terminal'} + component_separators = {left = '', right = ''}, + section_separators = {left = '', right = ''}, + disabled_filetypes = {'startify', 'terminal', 'netrw'} }, sections = { lualine_a = {'mode'}, -- cgit v1.2.3-70-g09d2