mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
7486f2f13f
commit
4386e92c01
2 changed files with 4 additions and 3 deletions
|
@ -74,6 +74,7 @@
|
|||
(init-lsp :svelte)
|
||||
(init-lsp :elmls)
|
||||
(init-lsp :texlab)
|
||||
(init-lsp :pyright)
|
||||
;(init-lsp :ltex {:settings {:ltex {:dictionary {:de-DE [":~/.config/ltex-ls/dictionary.txt"]}
|
||||
;:disabledRules {:de-DE [":~/.config/ltex-ls/disabledRules.txt"]}
|
||||
;:hiddenFalsePositives {:de-DE [":~/.config/ltex-ls/hiddenFalsePositives.txt"]}
|
||||
|
|
|
@ -5,6 +5,9 @@ case "$1" in
|
|||
esac
|
||||
|
||||
case "$(file --mime-type "$1")" in
|
||||
*directory*)
|
||||
exa --icons -1 --color=always "$1"
|
||||
;;
|
||||
*text*)
|
||||
bat --color always --plain --theme gruvbox-dark "$1"
|
||||
;;
|
||||
|
@ -17,9 +20,6 @@ case "$(file --mime-type "$1")" in
|
|||
echo "Install timg or catimg to view images!"
|
||||
fi
|
||||
;;
|
||||
*directory*)
|
||||
exa --icons -1 --color=always "$1"
|
||||
;;
|
||||
*)
|
||||
echo "unknown file format"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue