master #1

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

View File

@@ -1,6 +1,12 @@
vim.opt.laststatus = 3 vim.opt.laststatus = 3
require('lualine').setup({ require('lualine').setup({
options = { theme = 'gruvbox-flat' }, options = {
theme = 'gruvbox-flat',
disabled_filetypes = {
statusline = {},
winbar = { 'dap-repl', 'dapui_console' },
},
},
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,