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