Compare commits
3
Commits
650b964d2d
...
bba0c76ce2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bba0c76ce2
|
||
|
|
1d100ee89c
|
||
|
|
4e921b2467
|
@@ -206,12 +206,12 @@ dos2unix <file>
|
||||
$ file: eza -1
|
||||
|
||||
% unix2dos
|
||||
Convert line endings to dos format
|
||||
# Convert line endings to dos format
|
||||
unix2dos <file>
|
||||
$ file: eza -1
|
||||
|
||||
% tiddl
|
||||
Download stuff from tidal
|
||||
# Download stuff from tidal
|
||||
tiddl download --track-quality max --path ~/Downloads/Beet/Albums --videos none url "<url>"
|
||||
|
||||
; ===========================
|
||||
|
||||
@@ -523,7 +523,7 @@ in {
|
||||
};
|
||||
|
||||
sources = {
|
||||
default = ["lsp" "path" "snippets"]; # No "buffer"
|
||||
default = ["lsp" "path" "snippets" "omni"]; # No "buffer"
|
||||
};
|
||||
|
||||
cmdline = {
|
||||
@@ -2149,7 +2149,23 @@ in {
|
||||
function()
|
||||
vim.g.vimtex_mappings_enabled = true
|
||||
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_clean_paths = {"_minted*", "svg-inkscape*"}
|
||||
|
||||
@@ -98,6 +98,7 @@ in {
|
||||
disktui
|
||||
lldb
|
||||
inotify-tools
|
||||
xdotool
|
||||
|
||||
# Hardware/Software info
|
||||
pciutils # lspci
|
||||
|
||||
Reference in New Issue
Block a user