Configure lualine according to my tastes
This commit is contained in:
parent
767ad054bd
commit
8c5d2bc36e
2 changed files with 15 additions and 4 deletions
|
|
@ -78,11 +78,14 @@ return {
|
|||
|
||||
require("ufo").setup(newOpts)
|
||||
|
||||
-- NOTE Uncommnt this to apply folds when opening a file
|
||||
--[[
|
||||
vim.api.nvim_create_autocmd('BufWinEnter', {
|
||||
pattern = '*',
|
||||
callback = function(e)
|
||||
applyFoldsAndThenCloseAllFolds(e.buf, 'lsp')
|
||||
end
|
||||
})
|
||||
--]]
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue