fix dots
This commit is contained in:
@@ -14,3 +14,7 @@ autocmd('LspAttach', {
|
||||
vim.keymap.set("n", "]d", function() vim.diagnostic.goto_prev() end, opts)
|
||||
end
|
||||
})
|
||||
|
||||
vim.filetype.add({
|
||||
pattern = { [".*/hypr/.*%.conf$"] = "hyprlang" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user