Update .config/nvim/lua/plugins/nvim-lint.lua
Update .config/packages/archgirlie
This commit is contained in:
parent
4c671dde93
commit
131ed8ee00
2 changed files with 16 additions and 0 deletions
|
@ -3,7 +3,10 @@ return {
|
||||||
"mfussenegger/nvim-lint",
|
"mfussenegger/nvim-lint",
|
||||||
opts = {
|
opts = {
|
||||||
linters_by_ft = {
|
linters_by_ft = {
|
||||||
|
-- data/conf
|
||||||
yaml = { "yamllint" },
|
yaml = { "yamllint" },
|
||||||
|
|
||||||
|
-- shell
|
||||||
bash = { "shellcheck" },
|
bash = { "shellcheck" },
|
||||||
sh = { "shellcheck" },
|
sh = { "shellcheck" },
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,6 +20,7 @@ bluez-utils
|
||||||
browsh-bin
|
browsh-bin
|
||||||
btop
|
btop
|
||||||
calc
|
calc
|
||||||
|
calibre
|
||||||
catppuccin-cursors-macchiato
|
catppuccin-cursors-macchiato
|
||||||
catppuccin-frappe-grub-theme-git
|
catppuccin-frappe-grub-theme-git
|
||||||
catppuccin-gtk-theme-macchiato
|
catppuccin-gtk-theme-macchiato
|
||||||
|
@ -40,7 +41,10 @@ copyq
|
||||||
cowsay
|
cowsay
|
||||||
cpio
|
cpio
|
||||||
ctags
|
ctags
|
||||||
|
cuda
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
duf
|
duf
|
||||||
dunst
|
dunst
|
||||||
edmarketconnector
|
edmarketconnector
|
||||||
|
@ -72,6 +76,7 @@ grub
|
||||||
grub-customizer
|
grub-customizer
|
||||||
gum
|
gum
|
||||||
gvfs-smb
|
gvfs-smb
|
||||||
|
httpie
|
||||||
hunspell-en_us
|
hunspell-en_us
|
||||||
hyfetch
|
hyfetch
|
||||||
hyphen-en
|
hyphen-en
|
||||||
|
@ -80,6 +85,7 @@ imagemagick
|
||||||
inetutils
|
inetutils
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iptables-nft
|
iptables-nft
|
||||||
|
jan-bin
|
||||||
jc
|
jc
|
||||||
jello-bin
|
jello-bin
|
||||||
jgmenu
|
jgmenu
|
||||||
|
@ -108,6 +114,7 @@ mariadb
|
||||||
mediainfo
|
mediainfo
|
||||||
meilisearch
|
meilisearch
|
||||||
mesa
|
mesa
|
||||||
|
mods
|
||||||
morgen-bin
|
morgen-bin
|
||||||
mpc
|
mpc
|
||||||
mpd
|
mpd
|
||||||
|
@ -164,11 +171,14 @@ qt5-quickcontrols2
|
||||||
qt5-svg
|
qt5-svg
|
||||||
qt5ct
|
qt5ct
|
||||||
qt6-wayland
|
qt6-wayland
|
||||||
|
raindrop
|
||||||
razercommander
|
razercommander
|
||||||
|
rclone
|
||||||
re2c
|
re2c
|
||||||
redis
|
redis
|
||||||
reflector
|
reflector
|
||||||
repoctl
|
repoctl
|
||||||
|
restic
|
||||||
ripgrep
|
ripgrep
|
||||||
rofi
|
rofi
|
||||||
rofi-calc
|
rofi-calc
|
||||||
|
@ -217,6 +227,8 @@ vkd3d
|
||||||
volta
|
volta
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
|
webstorm
|
||||||
|
webstorm-jre
|
||||||
wezterm
|
wezterm
|
||||||
wget
|
wget
|
||||||
wine
|
wine
|
||||||
|
@ -244,3 +256,4 @@ xsel
|
||||||
yay
|
yay
|
||||||
zathura
|
zathura
|
||||||
zathura-pdf-mupdf
|
zathura-pdf-mupdf
|
||||||
|
zen-browser-avx2-bin
|
||||||
|
|
Loading…
Reference in a new issue