mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(plugins/tmux-status.lua): add tmux-status.nvim plugin configuration
feat(current-theme.lua): set colorscheme to catppuccino-mocha using vim.cmd
This commit is contained in:
5
lua/absolute/plugins/tmux-status.lua
Normal file
5
lua/absolute/plugins/tmux-status.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"christopher-francisco/tmux-status.nvim",
|
||||
lazy = true,
|
||||
opts = {},
|
||||
}
|
||||
1
lua/current-theme.lua
Normal file
1
lua/current-theme.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.cmd("colorscheme catppuccin-mocha")
|
||||
Reference in New Issue
Block a user