Compare commits
3
Commits
650b964d2d
...
bba0c76ce2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bba0c76ce2
|
||
|
|
1d100ee89c
|
||
|
|
4e921b2467
|
@@ -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>"
|
||||||
|
|
||||||
; ===========================
|
; ===========================
|
||||||
|
|||||||
@@ -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*"}
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ in {
|
|||||||
disktui
|
disktui
|
||||||
lldb
|
lldb
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
xdotool
|
||||||
|
|
||||||
# Hardware/Software info
|
# Hardware/Software info
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
|
|||||||
Reference in New Issue
Block a user