Compare commits

...
3 Commits
Author SHA1 Message Date
christoph bba0c76ce2 Modules/Neovim: Update vimtex config 2026-07-03 00:54:46 +02:00
christoph 1d100ee89c Modules/Packages: Add xdotool 2026-07-03 00:54:38 +02:00
christoph 4e921b2467 Config/Navi: Fix missing #s 2026-07-03 00:54:30 +02:00
3 changed files with 21 additions and 4 deletions
+2 -2
View File
@@ -206,12 +206,12 @@ dos2unix <file>
$ file: eza -1 $ file: eza -1
% unix2dos % unix2dos
Convert line endings to dos format # Convert line endings to dos format
unix2dos <file> unix2dos <file>
$ file: eza -1 $ file: eza -1
% tiddl % tiddl
Download stuff from tidal # Download stuff from tidal
tiddl download --track-quality max --path ~/Downloads/Beet/Albums --videos none url "<url>" tiddl download --track-quality max --path ~/Downloads/Beet/Albums --videos none url "<url>"
; =========================== ; ===========================
+18 -2
View File
@@ -523,7 +523,7 @@ in {
}; };
sources = { sources = {
default = ["lsp" "path" "snippets"]; # No "buffer" default = ["lsp" "path" "snippets" "omni"]; # No "buffer"
}; };
cmdline = { cmdline = {
@@ -2149,7 +2149,23 @@ in {
function() function()
vim.g.vimtex_mappings_enabled = true vim.g.vimtex_mappings_enabled = true
vim.g.vimtex_view_method = "zathura" vim.g.vimtex_view_method = "zathura"
vim.g.vimtex_syntax_conceal_disable = true; vim.g.vimtex_syntax_conceal_disable = false
vim.g.vimtex_syntax_conceal = {
accents = 1,
ligatures = 1,
cites = 1,
fancy = 1,
texTabularChar = 1,
spacing = 1,
greek = 1,
math_bounds = 1,
math_delimiters = 1,
math_fracs = 1,
math_super_sub = 1,
math_symbols = 1,
sections = 1,
styles = 1,
}
vim.g.vimtex_compiler_method = "latexmk" vim.g.vimtex_compiler_method = "latexmk"
vim.g.vimtex_compiler_clean_paths = {"_minted*", "svg-inkscape*"} vim.g.vimtex_compiler_clean_paths = {"_minted*", "svg-inkscape*"}
+1
View File
@@ -98,6 +98,7 @@ in {
disktui disktui
lldb lldb
inotify-tools inotify-tools
xdotool
# Hardware/Software info # Hardware/Software info
pciutils # lspci pciutils # lspci