Compare commits
5 commits
4dd1f96e83
...
45ae978abf
Author | SHA1 | Date | |
---|---|---|---|
45ae978abf | |||
73c809a26b | |||
542bb50cc7 | |||
51b8cb4e2a | |||
355f3add90 |
6 changed files with 8 additions and 25 deletions
|
@ -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
|
||||
|
@ -104,6 +100,7 @@ gdb-dashboard
|
|||
gettext
|
||||
ghcup-hs-bin
|
||||
git
|
||||
gleam-bin
|
||||
glib2-devel
|
||||
gnu-netcat
|
||||
gnuplot
|
||||
|
@ -136,6 +133,7 @@ hadolint-bin
|
|||
haveged
|
||||
hdparm
|
||||
helvum
|
||||
hexyl
|
||||
hotdoc
|
||||
htop
|
||||
hunspell-en_gb
|
||||
|
@ -159,10 +157,7 @@ less
|
|||
libdeflate
|
||||
libdvdcss
|
||||
libglvnd
|
||||
libgsf
|
||||
libopenraw
|
||||
libportal
|
||||
libpwquality
|
||||
libqalculate
|
||||
libreoffice-still
|
||||
libsndfile
|
||||
|
@ -196,6 +191,7 @@ man-db
|
|||
man-pages
|
||||
mdadm
|
||||
mediainfo
|
||||
mergiraf-bin
|
||||
mesa
|
||||
mesa-demos
|
||||
meson
|
||||
|
@ -271,7 +267,6 @@ pptpclient
|
|||
python
|
||||
python-dbus
|
||||
python-lxml
|
||||
python-pandocfilters
|
||||
python-poetry
|
||||
python-pygments
|
||||
qpdf
|
||||
|
@ -291,7 +286,6 @@ ruff
|
|||
rust-bindgen
|
||||
rustup
|
||||
rye
|
||||
s-nail
|
||||
sccache
|
||||
sdparm
|
||||
sed
|
||||
|
@ -326,18 +320,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
|
||||
|
|
|
@ -14,3 +14,5 @@ DISABLE_RTKIT=1
|
|||
PIPEWIRE_LOG_COLOR=force
|
||||
|
||||
SYSTEMD_LESS=FRXMK
|
||||
|
||||
RUST_BACKTRACE=full
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -3,8 +3,7 @@ windows:
|
|||
- window_name: gstreamer
|
||||
start_directory: ~/GitSources/gstreamer
|
||||
panes:
|
||||
- shell_command:
|
||||
- nvim
|
||||
-
|
||||
- window_name: gstreamer
|
||||
start_directory: ~/GitSources/gstreamer
|
||||
panes:
|
||||
|
|
Loading…
Reference in a new issue