minor updates
This commit is contained in:
parent
a01c1bd837
commit
e01cd5110c
2 changed files with 15 additions and 6 deletions
|
|
@ -130,6 +130,8 @@ vim.filetype.add({
|
|||
log = "log",
|
||||
conf = "conf",
|
||||
env = "dotenv",
|
||||
yml = 'yaml.ansible',
|
||||
yaml = 'yaml.ansible',
|
||||
},
|
||||
-- Detect and apply filetypes based on the entire filename
|
||||
filename = {
|
||||
|
|
@ -156,6 +158,7 @@ vim.lsp.enable({
|
|||
"pyright",
|
||||
"ruff",
|
||||
"rust_analyzer",
|
||||
"ansiblels",
|
||||
})
|
||||
|
||||
vim.diagnostic.config({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue