master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 67067bde77 - Show all commits

View File

@@ -19,7 +19,7 @@ if vim.version().minor >= 8 then
vim.opt.laststatus = 3 vim.opt.laststatus = 3
-- vim.opt.winbar = status_line() -- vim.opt.winbar = status_line()
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-baby' }, options = { theme = 'gruvbox' },
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
globalstatus = true, globalstatus = true,
@@ -42,7 +42,7 @@ if vim.version().minor >= 8 then
}) })
else else
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-baby' }, options = { theme = 'gruvbox' },
sections = { lualine_c = { 'filename' } }, sections = { lualine_c = { 'filename' } },
globalstatus = false, globalstatus = false,
-- inactive_sections = { lualine_c = { 'filename' } }, -- inactive_sections = { lualine_c = { 'filename' } },