add ansible playbook setup
This commit is contained in:
parent
78bfbc3ed6
commit
b6eea93564
9 changed files with 196 additions and 14 deletions
|
|
@ -156,6 +156,7 @@ vim.filetype.add({
|
|||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
vim.lsp.enable({
|
||||
"ansiblels",
|
||||
"bashls",
|
||||
"lua_ls",
|
||||
"nushell",
|
||||
"pyright",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
|
||||
prepend_keymap = [
|
||||
{ on = ["<Esc>"], run = "escape --all", desc = "Exit visual mode, clear selected, or cancel search" },
|
||||
|
|
|
|||
|
|
@ -1,12 +1,7 @@
|
|||
[[plugin.deps]]
|
||||
use = "yazi-rs/plugins:full-border"
|
||||
rev = "5186af7"
|
||||
hash = "ae9e1d0c6bfd68cdebc98cc684c22b45"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "GianniBYoung/rsync"
|
||||
rev = "3f431aa"
|
||||
hash = "1854a5a30d23e84bc8df24700f27957b"
|
||||
rev = "1ab21d4"
|
||||
hash = "3996fc74044bc44144b323686f887e1"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Ape/simple-status"
|
||||
|
|
@ -15,10 +10,10 @@ hash = "68603fdd1dcaf415227e2c77a9317947"
|
|||
|
||||
[[plugin.deps]]
|
||||
use = "yazi-rs/plugins:smart-enter"
|
||||
rev = "5186af7"
|
||||
hash = "aef2b1a805b80cce573bb766f1459d88"
|
||||
rev = "1ab21d4"
|
||||
hash = "56fdabc96fc1f4d53c96eb884b02a5be"
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "yazi-rs/flavors:catppuccin-macchiato"
|
||||
rev = "c023460"
|
||||
hash = "3ec21bcfd2735cfcbab61faaf43e59e4"
|
||||
rev = "d3fd3a5"
|
||||
hash = "e6c5beeb1da3199355734273ee452a7f"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
[flavor]
|
||||
use = "catppuccin-macchiato"
|
||||
light = "catppuccin-macchiato"
|
||||
dark = "catppuccin-macchiato"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
ratio = [1, 3, 4]
|
||||
sort_by = "alphabetical"
|
||||
sort_sensitive = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue