Compare commits

...

5 commits

Author SHA1 Message Date
4dd1f96e83
tmuxp: Do not start neovim in GStreamer pane 2024-12-28 21:50:28 +05:30
a4e430e0fc
nvim: mini: Enable a/i text objects 2024-12-28 21:50:28 +05:30
e39c494d38
environment: Enable Rust backtrace by default 2024-12-28 21:50:28 +05:30
ad2f7c00f4
nvim: Drop settings for vim-matchup
We dropped the vim-matchup plugin in 03bd6276d but missed
removing these settings.
2024-12-28 21:50:28 +05:30
8692fc7ebb
arch-packages: Update package list
Remove a whole bunch of fonts. Not sure how these ever
got installed in the first place.

The terminus font is required for systemd-vconsole which
requires the ter-132n we set in /etc/vconsole.conf.
2024-12-28 21:50:28 +05:30
6 changed files with 8 additions and 26 deletions

View file

@ -5,12 +5,10 @@ alsa-firmware
alsa-plugins
alsa-utils
amd-ucode
android-tools
asp
autoconf
autogen
automake
b43-fwcutter
base
bash-completion
bat
@ -22,7 +20,6 @@ binutils
bison
blueman
bluez-utils
boost
brother-dcp-l2540dw-cups-bin
brother-dcp-l2540dw-lpr-bin
bustle
@ -40,7 +37,6 @@ check
chrpath
clapper
cmake
colordiff
coppwr-bin
cpio
cryptsetup
@ -102,8 +98,8 @@ gcc
gdb
gdb-dashboard
gettext
ghcup-hs-bin
git
gleam-bin
glib2-devel
gnu-netcat
gnuplot
@ -136,6 +132,7 @@ hadolint-bin
haveged
hdparm
helvum
hexyl
hotdoc
htop
hunspell-en_gb
@ -159,10 +156,7 @@ less
libdeflate
libdvdcss
libglvnd
libgsf
libopenraw
libportal
libpwquality
libqalculate
libreoffice-still
libsndfile
@ -196,6 +190,7 @@ man-db
man-pages
mdadm
mediainfo
mergiraf-bin
mesa
mesa-demos
meson
@ -271,7 +266,6 @@ pptpclient
python
python-dbus
python-lxml
python-pandocfilters
python-poetry
python-pygments
qpdf
@ -291,7 +285,6 @@ ruff
rust-bindgen
rustup
rye
s-nail
sccache
sdparm
sed
@ -326,18 +319,10 @@ transmission-cli
transmission-gtk
trash-cli
tree-sitter-cli
ttf-bitstream-vera
ttf-caladea
ttf-carlito
ttf-croscore
ttf-dejavu
ttf-font-awesome
ttf-hack
ttf-jetbrains-mono
ttf-liberation
ttf-nerd-fonts-symbols
ttf-opensans
ttf-ubuntu-font-family
typst
unrar
unzip

View file

@ -14,3 +14,5 @@ DISABLE_RTKIT=1
PIPEWIRE_LOG_COLOR=force
SYSTEMD_LESS=FRXMK
RUST_BACKTRACE=full

View file

@ -1,6 +1,8 @@
local remap = vim.keymap.set
local opts = { noremap=true, silent=true, unique=true }
-- `a/i` text objects
require('mini.ai').setup()
-- Diff hunks
require('mini.diff').setup({
mappings = {

View file

@ -64,9 +64,6 @@ vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- vim-dispatch
vim.g.dispatch_no_maps = 1
-- vim-matchup
vim.g.matchup_matchparen_offscreen = { method = 'popup', fullwidth = true }
vim.g.matchup_surround_enabled = 1
-- No default mappings for tmux navigator
vim.g.tmux_navigator_no_mappings = 1
-- Write the current buffer, but only if changed before navigating from Vim to tmux pane

View file

@ -41,9 +41,6 @@ require'nvim-treesitter.configs'.setup {
use_virtual_text = true,
lint_events = { "BufWrite", "CursorHold" },
},
matchup = {
enable = true,
},
}
require "nvim-treesitter.parsers".get_parser_configs().lean = {

View file

@ -3,8 +3,7 @@ windows:
- window_name: gstreamer
start_directory: ~/GitSources/gstreamer
panes:
- shell_command:
- nvim
-
- window_name: gstreamer
start_directory: ~/GitSources/gstreamer
panes: