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" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
.msmtprc
|
.msmtprc
|
||||||
.muttrc
|
.muttrc
|
||||||
|
.msmtprc
|
||||||
.Xresources
|
.Xresources
|
||||||
.xsession
|
.xsession
|
||||||
.config/openbox/*
|
.config/openbox/*
|
||||||
|
@ -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 })
|
||||||
|
@ -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']
|
||||||
|
Loading…
Reference in New Issue
Block a user