mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-30 01:12:02 +01:00
Compare commits
7 Commits
b635d1635d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a68eeead4b | |||
| 535b5fe48b | |||
| 01d87ff633 | |||
| f612da0d57 | |||
| 09438ac87b | |||
| 2c6629700d | |||
| 12b1519787 |
+1
-1
Submodule dot_config/nvim updated: 3f7353e437...0547732a7d
@@ -1,2 +1,6 @@
|
|||||||
[flavor]
|
[flavor]
|
||||||
use = "tokyo-night"
|
dark = "tokyo-night"
|
||||||
|
light = "tokyo-night"
|
||||||
|
|
||||||
|
[icon]
|
||||||
|
prepend_exts = [{ name = "qmd", text = "", fg = "#75aadb" }]
|
||||||
|
|||||||
+10
-10
@@ -1,14 +1,14 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
prepend_previewers = [
|
prepend_previewers = [
|
||||||
{ name = "*.md", run = "glow" },
|
{ url = "*.md", run = "glow" },
|
||||||
{ name = "*.bin", run = "hexyl" },
|
{ url = "*.bin", run = "hexyl" },
|
||||||
]
|
]
|
||||||
append_previewers = [
|
append_previewers = [
|
||||||
{ name = "*.md", run = "glow" },
|
{ url = "*.md", run = "glow" },
|
||||||
{ name = "*.csv", run = "rich-preview" },
|
{ url = "*.csv", run = "rich-preview" },
|
||||||
{ name = "*.rst", run = "rich-preview" },
|
{ url = "*.rst", run = "rich-preview" },
|
||||||
{ name = "*.ipynb", run = "rich-preview" },
|
{ url = "*.ipynb", run = "rich-preview" },
|
||||||
{ name = "*.json", run = "rich-preview" },
|
{ url = "*.json", run = "rich-preview" },
|
||||||
{ mime = "application/*zip", run = "ouch" },
|
{ mime = "application/*zip", run = "ouch" },
|
||||||
{ mime = "application/x-tar", run = "ouch" },
|
{ mime = "application/x-tar", run = "ouch" },
|
||||||
{ mime = "application/x-bzip2", run = "ouch" },
|
{ mime = "application/x-bzip2", run = "ouch" },
|
||||||
@@ -16,9 +16,9 @@ append_previewers = [
|
|||||||
{ mime = "application/x-rar", run = "ouch" },
|
{ mime = "application/x-rar", run = "ouch" },
|
||||||
{ mime = "application/x-xz", run = "ouch" },
|
{ mime = "application/x-xz", run = "ouch" },
|
||||||
{ mime = "application/xz", run = "ouch" },
|
{ mime = "application/xz", run = "ouch" },
|
||||||
{ name = "*", run = "hexyl" },
|
{ url = "*", run = "hexyl" },
|
||||||
]
|
]
|
||||||
prepend_fetchers = [
|
prepend_fetchers = [
|
||||||
{ id = "git", name = "*", run = "git" },
|
{ id = "git", url = "*", run = "git" },
|
||||||
{ id = "git", name = "*/", run = "git" },
|
{ id = "git", url = "*/", run = "git" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user