Add prolog
This commit is contained in:
@ -42,6 +42,9 @@ return {
|
||||
})
|
||||
vim.lsp.enable('hls')
|
||||
|
||||
-- Prolog
|
||||
vim.lsp.enable('prolog_ls')
|
||||
|
||||
-- Auto format
|
||||
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
pattern = {"*.rs", "*.hs"},
|
||||
|
||||
Reference in New Issue
Block a user