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