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