style(nvim): format with stylua
This commit is contained in:
parent
7443481fce
commit
8b6014a04b
@ -4,5 +4,5 @@ vim.opt_local.expandtab = true
|
||||
|
||||
vim.keymap.set("n", "<leader>fr", ":luafile %<CR>", {
|
||||
buffer = true,
|
||||
silent = true
|
||||
silent = true,
|
||||
})
|
||||
|
@ -10,7 +10,7 @@ M.setup = function()
|
||||
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
|
||||
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
|
||||
[".*/waybar/config"] = "jsonc",
|
||||
[".*/etc/systemd/.*"] = "systemd"
|
||||
[".*/etc/systemd/.*"] = "systemd",
|
||||
},
|
||||
})
|
||||
|
||||
|
@ -8,15 +8,15 @@ return {
|
||||
"tex",
|
||||
"plaintex",
|
||||
"norg",
|
||||
"yaml"
|
||||
"yaml",
|
||||
},
|
||||
config = function()
|
||||
require("autolist").setup({
|
||||
lists = {
|
||||
yaml = {
|
||||
"[-]"
|
||||
}
|
||||
}
|
||||
"[-]",
|
||||
},
|
||||
},
|
||||
})
|
||||
local autolist_group = vim.api.nvim_create_augroup("Autolist", {})
|
||||
vim.api.nvim_create_autocmd("filetype", {
|
||||
|
@ -25,9 +25,9 @@ return {
|
||||
mappings = {
|
||||
status = {
|
||||
["l"] = false,
|
||||
["L"] = "LogPopup"
|
||||
}
|
||||
}
|
||||
["L"] = "LogPopup",
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
dependencies = {
|
||||
|
@ -7,6 +7,6 @@ return {
|
||||
"HighlightColorsOff",
|
||||
"HighlightColorsToggle",
|
||||
},
|
||||
config = true
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
@ -325,7 +325,6 @@ return {
|
||||
library.enabled = true
|
||||
library.plugins = true
|
||||
end
|
||||
|
||||
end,
|
||||
})
|
||||
|
||||
|
@ -162,7 +162,7 @@ return {
|
||||
{
|
||||
color = {
|
||||
fg = "#C34043",
|
||||
gui = "bold,italic"
|
||||
gui = "bold,italic",
|
||||
},
|
||||
function()
|
||||
local user = os.getenv("USER")
|
||||
|
Loading…
Reference in New Issue
Block a user