style(nvim): format with stylua
This commit is contained in:
parent
1553d6f4c4
commit
79f9d95c17
@ -3,7 +3,7 @@ local M = {}
|
||||
M.setup = function()
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
['.dockerignore'] = "dockerignore"
|
||||
[".dockerignore"] = "dockerignore",
|
||||
},
|
||||
pattern = {
|
||||
[".*%.dockerfile"] = "dockerfile",
|
||||
|
@ -174,8 +174,8 @@ lazy.setup({
|
||||
config = function()
|
||||
require("lsp-inlayhints").setup({
|
||||
inlay_hints = {
|
||||
highlight = "LspInlayHint"
|
||||
}
|
||||
highlight = "LspInlayHint",
|
||||
},
|
||||
})
|
||||
vim.api.nvim_create_augroup("LspAttach_inlayhints", {})
|
||||
vim.api.nvim_create_autocmd("LspAttach", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user