diff --git a/roles/neovim/files/lua/aome/colorschemes/poimandres.lua b/roles/neovim/files/lua/aome/colorschemes/poimandres.lua new file mode 100644 index 0000000..c93c83d --- /dev/null +++ b/roles/neovim/files/lua/aome/colorschemes/poimandres.lua @@ -0,0 +1,7 @@ +return { + bold_vert_split = true, -- use bold vertical separators + dim_nc_background = false, -- dim 'non-current' window backgrounds + disable_background = vim.g.transparency, -- disable background + disable_float_background = vim.g.transparency, -- disable background for floats + disable_italics = true, -- disable italics +} diff --git a/roles/neovim/files/lua/custom/plugins/editor/plenary.lua b/roles/neovim/files/lua/custom/plugins/editor/plenary.lua index 284ae0f..9363647 100644 --- a/roles/neovim/files/lua/custom/plugins/editor/plenary.lua +++ b/roles/neovim/files/lua/custom/plugins/editor/plenary.lua @@ -1,4 +1,5 @@ return { - "AlejandroSuero/plenary.nvim", + "nvim-lua/plenary.nvim", lazy = false, + dir = "~/personal/plenary.nvim", } diff --git a/roles/neovim/files/lua/custom/plugins/ui/better-ts-errors.lua b/roles/neovim/files/lua/custom/plugins/ui/better-ts-errors.lua new file mode 100644 index 0000000..925d856 --- /dev/null +++ b/roles/neovim/files/lua/custom/plugins/ui/better-ts-errors.lua @@ -0,0 +1,12 @@ +return { + "OlegGulevskyy/better-ts-errors.nvim", + dependencies = { "MunifTanjim/nui.nvim" }, + ft = { "typescript", "typescriptreact" }, + event = { "BufReadPre *.ts", "BufReadPre *.tsx", "BufNewFile *.ts", "BufNewFile *.tsx" }, + config = { + keymaps = { + toggle = "dd", -- default 'dd' + go_to_definition = "dx", -- default 'dx' + }, + }, +} diff --git a/roles/neovim/files/lua/custom/plugins/ui/colorschemes.lua b/roles/neovim/files/lua/custom/plugins/ui/colorschemes.lua index f2c3bac..4fe0b4e 100644 --- a/roles/neovim/files/lua/custom/plugins/ui/colorschemes.lua +++ b/roles/neovim/files/lua/custom/plugins/ui/colorschemes.lua @@ -53,4 +53,11 @@ return { dev = true, opts = require(configs .. "cyberdream"), }, + { + "olivercederborg/poimandres.nvim", + lazy = false, + priority = 1000, + dev = true, + opts = require(configs .. "poimandres"), + }, } diff --git a/roles/zsh/files/zsh/bin/tmux-sessionizer b/roles/zsh/files/zsh/bin/tmux-sessionizer index a485e1a..a412b18 100755 --- a/roles/zsh/files/zsh/bin/tmux-sessionizer +++ b/roles/zsh/files/zsh/bin/tmux-sessionizer @@ -17,7 +17,7 @@ else i=$(( i+1 )) done - included=( "$HOME" "$HOME/dev" "$HOME/dev/c_projects" "$HOME/dev/github" "$HOME/dev/nvim_plugins" "$HOME/personal") + included=( "$HOME" "$HOME/dev" "$HOME/work/estudiocactus" "$HOME/dev/c_projects" "$HOME/dev/github" "$HOME/dev/nvim_plugins" "$HOME/personal") included_paths=() for include in "${included[@]}"; do