450 current 2024-04-21 18:54:09 24.05.20240421.a8a8401 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-21 18:54:12 -04:00
parent 6413732704
commit 85a38512a6
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 10 additions and 9 deletions

View file

@ -86,13 +86,14 @@ return {
}), }),
}) })
local lspkind_status_ok, lspkind = pcall(require, "lspkind")
local snip_status_ok, luasnip = pcall(require, "luasnip") local snip_status_ok, luasnip = pcall(require, "luasnip")
if not snip_status_ok then if not snip_status_ok then
return return
end end
return { return {
snippet = { snippet = {
expand = function(args) expand = function(args)

View file

@ -19,13 +19,13 @@ return {
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },
}, },
-- sections = { sections = {
-- lualine_a = { sources.mode }, lualine_a = { sources.mode },
-- lualine_b = { sources.branch, sources.diff }, lualine_b = { sources.branch, sources.diff },
-- lualine_c = { sources.filetype, sources.macro }, lualine_c = { sources.filetype, sources.macro },
-- lualine_x = { sources.lsp, sources.diagnostics }, lualine_x = { sources.lsp, sources.diagnostics },
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
-- lualine_z = { sources.progress, sources.location }, lualine_z = { sources.progress, sources.location },
-- }, },
}, },
} }