upstream pub-solar changes from teutat3s (#11)
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com> Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/11 Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org> Co-authored-by: teutat3s <teutates@mailbox.org> Co-committed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
parent
a3961f7c52
commit
de5d4a223a
|
@ -98,6 +98,7 @@ in
|
||||||
flameshot
|
flameshot
|
||||||
libnotify
|
libnotify
|
||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
|
gnome.eog
|
||||||
gnome3.nautilus
|
gnome3.nautilus
|
||||||
|
|
||||||
wine
|
wine
|
||||||
|
|
|
@ -86,7 +86,7 @@ in
|
||||||
python-language-server
|
python-language-server
|
||||||
solargraph
|
solargraph
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
ctags
|
universal-ctags
|
||||||
ccls
|
ccls
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
terraform-ls
|
terraform-ls
|
||||||
|
@ -111,6 +111,7 @@ in
|
||||||
sonokai
|
sonokai
|
||||||
|
|
||||||
fugitive
|
fugitive
|
||||||
|
vim-rhubarb
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
vimagit
|
vimagit
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@ lua <<EOF
|
||||||
['staticcheck'] = true
|
['staticcheck'] = true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
'html', --------------------------------- HTML
|
'html', --------------------------------- HTML
|
||||||
['jdtls'] = { --------------------------- Java
|
['jdtls'] = { --------------------------- Java
|
||||||
|
@ -44,6 +43,7 @@ lua <<EOF
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'jsonls', ------------------------------- JSON
|
'jsonls', ------------------------------- JSON
|
||||||
|
'phpactor', ----------------------------- PHP
|
||||||
'pyls', --------------------------------- Python
|
'pyls', --------------------------------- Python
|
||||||
'rnix', --------------------------------- Nix
|
'rnix', --------------------------------- Nix
|
||||||
'solargraph', --------------------------- Ruby
|
'solargraph', --------------------------- Ruby
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml
|
au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml
|
||||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
|
||||||
|
let g:gutentags_file_list_command = 'git ls-files'
|
||||||
|
|
||||||
" Golang
|
" Golang
|
||||||
" Go test shortcut
|
" Go test shortcut
|
||||||
nmap <Leader>got :GoTest<CR>
|
nmap <Leader>got :GoTest<CR>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"application/x-extension-xht" = [ "firefox.desktop" ];
|
"application/x-extension-xht" = [ "firefox.desktop" ];
|
||||||
"image/jpeg" = [ "viewnior.desktop" "gpicview.desktop" ];
|
"image/jpeg" = [ "viewnior.desktop" "gpicview.desktop" ];
|
||||||
"image/png" = [ "viewnior.desktop" "gpicview.desktop" ];
|
"image/png" = [ "viewnior.desktop" "gpicview.desktop" ];
|
||||||
"text/plain" = [ "mousepad.desktop" ];
|
"text/plain" = [ "firefox.desktop" ];
|
||||||
"x-scheme-handler/mailto" = [ "userapp-Thunderbird.desktop" ];
|
"x-scheme-handler/mailto" = [ "userapp-Thunderbird.desktop" ];
|
||||||
"message/rfc822" = [ "userapp-Thunderbird.desktop" ];
|
"message/rfc822" = [ "userapp-Thunderbird.desktop" ];
|
||||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||||
|
|
|
@ -53,6 +53,7 @@ in
|
||||||
diffutils
|
diffutils
|
||||||
findutils
|
findutils
|
||||||
exfat-utils
|
exfat-utils
|
||||||
|
file
|
||||||
|
|
||||||
# zippit
|
# zippit
|
||||||
zip
|
zip
|
||||||
|
|
Loading…
Reference in a new issue