[tmux] catpuccin and status lines

This commit is contained in:
Barak Michener 2024-05-15 13:04:41 -07:00
parent 27cf792916
commit 5e349c574c
4 changed files with 89 additions and 24 deletions

View file

@ -9,6 +9,9 @@ local config = {
function()
return require('lsp-progress').progress()
end,
},
lualine_x = {
'filetype',
}
}
}

View file

@ -148,7 +148,7 @@ nvim_lsp.pyright.setup({
--}
--})
--nvim_lsp.clangd.setup({ on_attach = on_attach })
nvim_lsp.clangd.setup({ on_attach = on_attach })
nvim_lsp.tsserver.setup {
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
}