Compare commits
3 Commits
480622d9bb
...
960c8a4f78
Author | SHA1 | Date | |
---|---|---|---|
960c8a4f78 | |||
806dd9080f | |||
51aae16c5f |
@ -3,6 +3,7 @@ README.md
|
||||
LICENSE
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
.muttrc
|
||||
.msmtprc
|
||||
.Xresources
|
||||
.xsession
|
||||
.config/openbox/*
|
||||
|
@ -82,7 +82,11 @@ vim.api.nvim_create_autocmd('BufWritePre', {
|
||||
end
|
||||
})
|
||||
|
||||
require("lsp-format").setup {}
|
||||
require("lsp-format").setup {
|
||||
html = {
|
||||
exclude = { "html" }
|
||||
}
|
||||
}
|
||||
|
||||
{{- if ne .chezmoi.os "openbsd" }}
|
||||
local group = vim.api.nvim_create_augroup('lsp_cmds', { clear = true })
|
||||
|
Loading…
Reference in New Issue
Block a user