🎨 style(nvim): Adjust indent on fish snippets
This commit is contained in:
parent
91daec3bf3
commit
315b46ee53
2 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@
|
|||
"leap.nvim": { "branch": "main", "commit": "bf5d64f072a74968191f9994b0c05fac64f5f015" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "8b56462bfb746760465264de41b4907310f113ec" },
|
||||
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "21d33d69a81f6351e5a5f49078b2e4f0075c8e73" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "55716a879568a498fa236593c8119789054a3b8e" },
|
||||
"mason.nvim": { "branch": "main", "commit": "3b5068f0fc565f337d67a2d315d935f574848ee7" },
|
||||
"mini.ai": { "branch": "main", "commit": "ee9446a17c160aba6a04ff22097389c41872c878" },
|
||||
"mini.animate": { "branch": "main", "commit": "82519630b2760ffc516ebc387bef632f9c07b9f5" },
|
||||
|
@ -49,11 +49,11 @@
|
|||
"nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" },
|
||||
"nvim-emmet": { "branch": "main", "commit": "928cfb74ed436d6d326ccab2061cf3592de1bf55" },
|
||||
"nvim-lint": { "branch": "master", "commit": "e824adb9bc01647f71e55457353a68f0f37f9931" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "16295b79410f131c4fa7870c663b4ace6a761fb2" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "99330586c6e1912c890fc39d19d97571fde660cd" },
|
||||
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
|
||||
"nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" },
|
||||
"nvim-spectre": { "branch": "master", "commit": "3712ff0cdf4f9f877d9ca708d835a877d9a0abaf" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "7ff51f53b0efb6228df2e8539b51bb2e737b77f3" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "488bec03254207b1dd071be8cb1fb78434b6e777" },
|
||||
"nvim-treesitter-context": { "branch": "master", "commit": "b8b7e52c1517d401d7c519787d5dc4528c41291a" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "b7a0bfa3e93697ca5b61b15df633404bf8f45883" },
|
||||
"nvim-ts-autotag": { "branch": "main", "commit": "531f48334c422222aebc888fd36e7d109cb354cd" },
|
||||
|
@ -67,7 +67,7 @@
|
|||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "7472420f8734c710bd7009081cef9b97f08a3821" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "833d8dd8b07eeda37a09e99460f72a02616935cb" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "610179f7f12db3d08540b6cc61434db2eaecbcff" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "c025baf23b62f044eff1f4ef561c45de636f0e32" },
|
||||
"treesj": { "branch": "main", "commit": "60e27280030f9cd8dfb6ceb335922c6ff76682cc" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
|
||||
"venv-selector.nvim": { "branch": "main", "commit": "2ad34f36d498ff5193ea10f79c87688bd5284172" },
|
||||
|
|
|
@ -16,7 +16,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
if {}
|
||||
{}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(1), i(0) }
|
||||
|
@ -28,7 +28,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
else if {}
|
||||
{}
|
||||
{}
|
||||
]],
|
||||
{ i(1), i(0) }
|
||||
)
|
||||
|
@ -39,7 +39,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
for {} in {}
|
||||
{}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(1), i(2), i(0) }
|
||||
|
@ -51,7 +51,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
while {}
|
||||
{}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(1), i(0) }
|
||||
|
@ -63,7 +63,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
while true
|
||||
{}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(0) }
|
||||
|
@ -75,8 +75,8 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
switch {}
|
||||
case {}
|
||||
{}
|
||||
case {}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(1), i(2), i(0) }
|
||||
|
@ -88,7 +88,7 @@ return {
|
|||
fmt(
|
||||
[[
|
||||
function {}
|
||||
{}
|
||||
{}
|
||||
end
|
||||
]],
|
||||
{ i(1), i(0) }
|
||||
|
|
Loading…
Reference in a new issue