diff --git a/.chezmoiignore b/.chezmoiignore index 3dad9ba..423cfd4 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -4,6 +4,7 @@ LICENSE {{ if eq .chezmoi.os "darwin" }} .msmtprc .muttrc +.msmtprc .Xresources .xsession .config/openbox/* diff --git a/dot_config/nvim/after/plugin/lsp.lua.tmpl b/dot_config/nvim/after/plugin/lsp.lua.tmpl index d3b43ef..058b7de 100644 --- a/dot_config/nvim/after/plugin/lsp.lua.tmpl +++ b/dot_config/nvim/after/plugin/lsp.lua.tmpl @@ -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 }) diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index 0c63bfd..c279f2a 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -223,9 +223,9 @@ let g:tex_flavor = 'latex' " Productivity "##################### Plug 'fcpg/vim-waikiki' "{{ "{{{" }} -let g:waikiki_roots = ['~/doc/vimwiki/'] +let g:waikiki_roots = ['~/doc/wiki/'] let g:waikiki_default_maps = 1 -nn ww :e ~/doc/vimwiki/index.md +nn ww :e ~/doc/wiki/index.md "{{ "}}}" }} Plug 'alok/notational-fzf-vim' "{{ "{{{" }} let g:nv_search_paths = ['~/doc/zettelkasten', '~/doc/wiki']