Compare commits

...

2 commits

Author SHA1 Message Date
5f70bcb65a
nvim: Drop settings for vim-matchup
We dropped the vim-matchup plugin in 03bd6276d but missed
removing these settings.
2024-12-26 15:06:30 +05:30
a64e0d5f5d
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-26 15:06:30 +05:30
3 changed files with 3 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
@ -271,11 +265,11 @@ pptpclient
python
python-dbus
python-lxml
python-pandocfilters
python-poetry
python-pygments
qpdf
qt6-wayland
racket
radeontop
refind
reflector
@ -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
@ -382,7 +367,5 @@ zathura
zathura-djvu
zathura-pdf-mupdf
zathura-ps
zig-nightly-bin
zls-nightly-bin
zola
zsa-wally-cli

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 = {