Compare commits

..

No commits in common. "93f83ec173b562fed7e57761027315b11dc290fd" and "8054a2f6a4f5386197f94a44b18bee76d5ec38ef" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View File

@ -3,7 +3,6 @@ chatterino
dbeaver-community
displaylink
docker
chromium
firefox@nightly
font-hack-nerd-font
gimp

View File

@ -637,10 +637,10 @@ autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x!<CR>
autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
" Yaml
autocmd BufRead,BufNewFile *.yaml,*.yml let g:indentLine_enabled = 1
autocmd BufRead,BufNewFile *.yaml,*.yml let g:indentLine_char = '⦙'
autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
au BufRead,BufNewFile *.yaml,*.yml if search('hosts:\|tasks:', 'nw') | set ft=yaml.ansible | endif
autocmd BufWritePre *.yaml,*.yml silent! undojoin | Neoformat prettier
autocmd BufWritePre *.yaml silent! undojoin | Neoformat prettier
" GoLang
autocmd BufRead *.go set noexpandtab

View File

@ -484,11 +484,6 @@ function install_winbox_old() {
xattr -cr ~/Applications/winbox.exe
}
function install_prettier(){
$install prettier
$install prettierd
}
function main() {
command_start update_pip
command_start install_neovim_module_for_python
@ -526,7 +521,6 @@ function main() {
command_start install_streamlink
command_start install_fzf
command_start install_winbox_old
command_start install_prettier
command_start install_zsh_addons
command_start install_brew_programs
}