Compare commits
No commits in common. "93f83ec173b562fed7e57761027315b11dc290fd" and "8054a2f6a4f5386197f94a44b18bee76d5ec38ef" have entirely different histories.
93f83ec173
...
8054a2f6a4
@ -3,7 +3,6 @@ chatterino
|
|||||||
dbeaver-community
|
dbeaver-community
|
||||||
displaylink
|
displaylink
|
||||||
docker
|
docker
|
||||||
chromium
|
|
||||||
firefox@nightly
|
firefox@nightly
|
||||||
font-hack-nerd-font
|
font-hack-nerd-font
|
||||||
gimp
|
gimp
|
||||||
|
@ -637,10 +637,10 @@ autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x!<CR>
|
|||||||
autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
|
autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
|
||||||
|
|
||||||
" Yaml
|
" Yaml
|
||||||
autocmd BufRead,BufNewFile *.yaml,*.yml let g:indentLine_enabled = 1
|
autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
|
||||||
autocmd BufRead,BufNewFile *.yaml,*.yml let g:indentLine_char = '⦙'
|
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
|
||||||
au BufRead,BufNewFile *.yaml,*.yml if search('hosts:\|tasks:', 'nw') | set ft=yaml.ansible | endif
|
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
|
" GoLang
|
||||||
autocmd BufRead *.go set noexpandtab
|
autocmd BufRead *.go set noexpandtab
|
||||||
|
@ -484,11 +484,6 @@ function install_winbox_old() {
|
|||||||
xattr -cr ~/Applications/winbox.exe
|
xattr -cr ~/Applications/winbox.exe
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_prettier(){
|
|
||||||
$install prettier
|
|
||||||
$install prettierd
|
|
||||||
}
|
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
command_start update_pip
|
command_start update_pip
|
||||||
command_start install_neovim_module_for_python
|
command_start install_neovim_module_for_python
|
||||||
@ -526,7 +521,6 @@ function main() {
|
|||||||
command_start install_streamlink
|
command_start install_streamlink
|
||||||
command_start install_fzf
|
command_start install_fzf
|
||||||
command_start install_winbox_old
|
command_start install_winbox_old
|
||||||
command_start install_prettier
|
|
||||||
command_start install_zsh_addons
|
command_start install_zsh_addons
|
||||||
command_start install_brew_programs
|
command_start install_brew_programs
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user