summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <mboocha@sudomsg.com>2026-01-28 23:53:28 +0530
committerMarc Pervaz Boocha <mboocha@sudomsg.com>2026-01-28 23:53:28 +0530
commit94e493ddbb38acef0409b893435ee343275103a8 (patch)
treea8a6b28362f86c8254b594484c172434b03e4260
parentSwitched to mirrors (diff)
downloaddotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar.gz
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar.bz2
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar.lz
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar.xz
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.tar.zst
dotfiles-94e493ddbb38acef0409b893435ee343275103a8.zip
Removed ex stuff.HEADmain
With the loss of vi on arch linux, posix vi is basically dead. So we need to deal with the loss. Also misc updates
-rw-r--r--.config/environment.d/00-wayland.conf1
-rw-r--r--.exrc5
m---------.local/share/nvim/site/pack/plugins/start/mason0
m---------.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim0
m---------.local/share/nvim/site/pack/plugins/start/nvim-lspconfig0
m---------.local/share/nvim/site/pack/plugins/start/nvim-treesitter0
-rw-r--r--.profile2
m---------.zfunc/zsh-completions0
8 files changed, 2 insertions, 6 deletions
diff --git a/.config/environment.d/00-wayland.conf b/.config/environment.d/00-wayland.conf
index e16ca2f..cb14a70 100644
--- a/.config/environment.d/00-wayland.conf
+++ b/.config/environment.d/00-wayland.conf
@@ -3,3 +3,4 @@ QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
QT_QPA_PLATFORM=wayland;xcb
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
+SDL_VIDEODRIVER="wayland,x11"
diff --git a/.exrc b/.exrc
deleted file mode 100644
index 26820f2..0000000
--- a/.exrc
+++ /dev/null
@@ -1,5 +0,0 @@
-set number
-set autoindent
-set showmatch
-set showmode
-set errorbells
diff --git a/.local/share/nvim/site/pack/plugins/start/mason b/.local/share/nvim/site/pack/plugins/start/mason
-Subproject 57e5a8addb8c71fb063ee4acda466c7cf6ad280
+Subproject 44d1e90e1f66e077268191e3ee9d2ac97cc18e6
diff --git a/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim b/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim
-Subproject 0b9bb925c000ae649ff7e7149c8cd00031f4b53
+Subproject 3d89e7c92fbd96c5e10e0298fc2b006f21cf942
diff --git a/.local/share/nvim/site/pack/plugins/start/nvim-lspconfig b/.local/share/nvim/site/pack/plugins/start/nvim-lspconfig
-Subproject 9c923997123ff9071198ea3b594d4c1931fab16
+Subproject 5fef3b4a5f1057553b78d048322782c3a9ae69c
diff --git a/.local/share/nvim/site/pack/plugins/start/nvim-treesitter b/.local/share/nvim/site/pack/plugins/start/nvim-treesitter
-Subproject 20db421f5fba0c23f6a7629af96ba6d4fc53167
+Subproject f8bbc3177d929dc86e272c41cc15219f0a7aa1a
diff --git a/.profile b/.profile
index 786cf6a..52a1b1b 100644
--- a/.profile
+++ b/.profile
@@ -32,7 +32,7 @@ do
fi
done
-for i in ex ed
+for i in ex ed "$VISUAL"
do
if command -v "$i" > /dev/null
then
diff --git a/.zfunc/zsh-completions b/.zfunc/zsh-completions
-Subproject 8ddc4416dd4d2804668834bb42067feaddb9bb5
+Subproject a83d61b6c641056bc7b6e2f35712312400159b0