Compare commits

..

No commits in common. "960c8a4f78a2ae122a79bd8acf88e97a9adfb434" and "480622d9bb478b3641c227c3c3ca76b126f744f9" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,6 @@ README.md
LICENSE
{{ if eq .chezmoi.os "darwin" }}
.muttrc
.msmtprc
.Xresources
.xsession
.config/openbox/*

View File

@ -82,11 +82,7 @@ vim.api.nvim_create_autocmd('BufWritePre', {
end
})
require("lsp-format").setup {
html = {
exclude = { "html" }
}
}
require("lsp-format").setup {}
{{- if ne .chezmoi.os "openbsd" }}
local group = vim.api.nvim_create_augroup('lsp_cmds', { clear = true })