Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles
This commit is contained in:
commit
60844698a0
@ -4,6 +4,7 @@ LICENSE
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
.msmtprc
|
||||
.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 })
|
||||
|
@ -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 <Leader>ww :e ~/doc/vimwiki/index.md<cr>
|
||||
nn <Leader>ww :e ~/doc/wiki/index.md<cr>
|
||||
"{{ "}}}" }}
|
||||
Plug 'alok/notational-fzf-vim' "{{ "{{{" }}
|
||||
let g:nv_search_paths = ['~/doc/zettelkasten', '~/doc/wiki']
|
||||
|
Loading…
Reference in New Issue
Block a user