minor updates

This commit is contained in:
Alexander Navarro 2025-06-02 10:07:25 -04:00
parent a01c1bd837
commit e01cd5110c
2 changed files with 15 additions and 6 deletions

View file

@ -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({