Guid formatting

This commit is contained in:
Alex Yatskov 2023-04-22 11:51:19 -07:00
parent 2db76c27a6
commit 856894cf24

View File

@ -12,7 +12,9 @@ if vim.fn.executable('fzf') then
end
-- guid.nvim
require('guid').setup()
require('guid').setup({
comma_space = true
})
-- lualine.nvim
require('lualine').setup {