From c6dc487eacd97450e8d208d74147b95bc2b49cab Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Mon, 18 May 2026 20:45:24 -0400 Subject: [PATCH 1/2] Release v1.3.1 (#41) Adding neorg to the config, and also cleaned up the tmux package for stow as well to only do the tmux.conf file Reviewed-on: https://git.wesirvin.com/wesley/dotfiles/pulls/41 --- nvim/dot-config/nvim/lua/plugins/neorg.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nvim/dot-config/nvim/lua/plugins/neorg.lua diff --git a/nvim/dot-config/nvim/lua/plugins/neorg.lua b/nvim/dot-config/nvim/lua/plugins/neorg.lua new file mode 100644 index 0000000..8c3dcad --- /dev/null +++ b/nvim/dot-config/nvim/lua/plugins/neorg.lua @@ -0,0 +1,21 @@ +return { + "nvim-neorg/neorg", + lazy = false, + version = "*", + config = function() + require("neorg").setup({ + load = { + ["core.defaults"] = {}, + ["core.concealer"] = {}, + ["core.dirman"] = { + config = { + workspaces = { + notes = "~/notes", + }, + default_workspace = "notes", + }, + }, + }, + }) + end, +} From 052f7e9012933d30c4ba9b4e1ed14d22b64ad266 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Wed, 20 May 2026 20:11:10 -0400 Subject: [PATCH 2/2] Change theme for readability. (#43) Reviewed-on: https://git.wesirvin.com/wesley/dotfiles/pulls/43 --- tmux/dot-config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf index 94dde2a..13dcc61 100644 --- a/tmux/dot-config/tmux/tmux.conf +++ b/tmux/dot-config/tmux/tmux.conf @@ -8,7 +8,7 @@ set -g @plugin 'janoamaral/tokyo-night-tmux' set -g @tokyo-night-tmux_theme 'storm' set -g @tokyo-night-tmux_show_netspeed 1 set -g @tokyo-night-tmux_netspeed_iface "wlp4s0" -set -g @tokyo-night-tmux_window_id_style dsquare +set -g @tokyo-night-tmux_window_id_style fsquare # Set mouse on so that we can scroll with the mouse set -g mouse on