Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles

This commit is contained in:
Jan Eitzinger 2023-08-29 09:11:06 +02:00
commit 60844698a0
3 changed files with 8 additions and 3 deletions

View File

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

View File

@ -82,7 +82,11 @@ 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 })

View File

@ -223,9 +223,9 @@ let g:tex_flavor = 'latex'
" Productivity " Productivity
"##################### "#####################
Plug 'fcpg/vim-waikiki' "{{ "{{{" }} Plug 'fcpg/vim-waikiki' "{{ "{{{" }}
let g:waikiki_roots = ['~/doc/vimwiki/'] let g:waikiki_roots = ['~/doc/wiki/']
let g:waikiki_default_maps = 1 let g:waikiki_default_maps = 1
nn <Leader>ww :e ~/doc/vimwiki/index.md<cr> nn <Leader>ww :e ~/doc/wiki/index.md<cr>
"{{ "}}}" }} "{{ "}}}" }}
Plug 'alok/notational-fzf-vim' "{{ "{{{" }} Plug 'alok/notational-fzf-vim' "{{ "{{{" }}
let g:nv_search_paths = ['~/doc/zettelkasten', '~/doc/wiki'] let g:nv_search_paths = ['~/doc/zettelkasten', '~/doc/wiki']