refactor: clean up file tree, remove redundant code, formatting

This commit is contained in:
2024-12-20 18:11:06 -05:00
parent daa0aefd21
commit 660afc8411
33 changed files with 418 additions and 447 deletions
+16 -2
View File
@@ -84,7 +84,7 @@ return {
prose.setup({
wpm = 200.0,
filetypes = { 'markdown', 'asciidoc' },
filetypes = { 'markdown', 'asciidoc', 'text' },
placeholders = {
words = nil,
minutes = nil,
@@ -165,6 +165,11 @@ return {
},
},
lualine_x = {
--[[ {
require('noice').api.status.mode.get,
cond = require('noice').api.status.mode.has,
color = { fg = '#d08770' },
}, ]]
{
-- show status when recording a macro
function()
@@ -272,7 +277,16 @@ return {
lualine_b = { { 'navic', color_correction = 'nil' } },
lualine_c = {},
lualine_x = {},
lualine_y = {},
lualine_y = {
{
'diagnostics',
sources = { 'nvim_lsp', 'nvim_workspace_diagnostic', 'nvim_diagnostic' },
sections = { 'error', 'warn', 'info' },
--symbols = { error = " ", warn = " ", info = " ", hint = "󰠠 " },
colored = true,
always_visible = true,
},
},
lualine_z = {},
},
inactive_winbar = {},