Compare commits

..

2 Commits

Author SHA1 Message Date
Andrei Stoica 4f98470a4e color and statusline changes 2024-02-02 13:24:46 -05:00
Andrei Stoica dc027d7da5 zen mode 2024-02-02 13:24:32 -05:00
2 changed files with 124 additions and 96 deletions

View File

@ -1,9 +1,26 @@
local overrides = require "custom.configs.overrides"
local overrides = require("custom.configs.overrides")
---@type NvPluginSpec[]
local plugins = {
{
"folke/twilight.nvim",
opts = {
context = 20,
expand = {
"function",
},
},
lazy = false,
},
{
"folke/zen-mode.nvim",
opts = {
tmux = {
enable = false,
},
},
lazy = false,
},
{
"christoomey/vim-tmux-navigator",
cmd = {
@ -19,7 +36,7 @@ local plugins = {
{
"hrsh7th/nvim-cmp",
opts = overrides.cmp
opts = overrides.cmp,
},
{
@ -29,13 +46,13 @@ local plugins = {
{
"jose-elias-alvarez/null-ls.nvim",
config = function()
require "custom.configs.null-ls"
require("custom.configs.null-ls")
end,
},
},
config = function()
require "plugins.configs.lspconfig"
require "custom.configs.lspconfig"
require("plugins.configs.lspconfig")
require("custom.configs.lspconfig")
end, -- Override to setup mason-lspconfig
},
@ -71,23 +88,21 @@ local plugins = {
end,
},
{ "nvim-treesitter/nvim-treesitter-context",
lazy = false,
},
{ "nvim-treesitter/nvim-treesitter-context", lazy = false },
{
"theprimeagen/harpoon",
},
{
'simrat39/rust-tools.nvim'
"simrat39/rust-tools.nvim",
},
{
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow",
event = 'BufEnter *.md',
event = "BufEnter *.md",
},
-- Disable nvchad plugins

View File

@ -33,10 +33,11 @@ unbind h
bind h attach-session -t . -c "#{pane_current_path}"
# status bar
set -g status-right '%H:%m %d-%b-%y '
set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y'
if-shell 'test "$(acpi -t)"' {
set -g status-right '♥#(acpi | cut -d ',' -f 2) | %H:%m %d-%b-%y '
set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y ♥#(acpi | cut -d ',' -f 2)'
}
set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y #[fg=pink] ♥#(acpi | cut -d ',' -f 2)'
# Start windows and panes at 1, not 0
set -g base-index 1
@ -56,3 +57,15 @@ bind-key -r -T prefix M-j resize-pane -D
bind-key -r -T prefix M-h resize-pane -L
bind-key -r -T prefix M-l resize-pane -R
set-option -g allow-passthrough on
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides "xterm-256color"
set -g status-left-length 85
set -g status-left "#[bg=black]working on#[fg=colour135] #S #[bg=default fg=black]"
set -g window-status-current-format "#[fg=colour135]#W"
set -g status-style bg=default
set -g pane-active-border-style fgkcolour135
#set -g status-justify centre