Compare commits
6 Commits
0914da49cf
...
844aabd735
Author | SHA1 | Date | |
---|---|---|---|
844aabd735 | |||
9fb0919070 | |||
16ec24a0dd | |||
350e3af1c1 | |||
ee5e087a97 | |||
|
7f5772cfe1 |
@ -276,5 +276,5 @@ workspace = special:magic, gapsout:100, on-created-empty:kitty
|
||||
|
||||
# Force workspace
|
||||
windowrule = workspace 1, ^(kitty)$
|
||||
windowrule = workspace 2 silent, ^(zen-alpha)$
|
||||
windowrule = workspace 2 silent, ^(zen-beta)$
|
||||
#: }}}
|
||||
|
@ -5,6 +5,7 @@ return {
|
||||
css = { "prettier" },
|
||||
html = { "prettier" },
|
||||
jsonc = { "prettier" },
|
||||
go = { "golines" },
|
||||
},
|
||||
|
||||
-- format_on_save = {
|
||||
|
@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
|
||||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- EXAMPLE
|
||||
local servers = { "html", "cssls", "pyright" }
|
||||
local servers = { "html", "cssls", "pyright", "clangd", "gopls" }
|
||||
local nvlsp = require "nvchad.configs.lspconfig"
|
||||
|
||||
-- lsps with default config
|
||||
|
@ -1,7 +1,7 @@
|
||||
bat
|
||||
brightnessctl
|
||||
btrfs-progs
|
||||
btop
|
||||
btrfs-progs
|
||||
cava
|
||||
cliphist
|
||||
curl
|
||||
@ -13,11 +13,15 @@ hyprlock
|
||||
hyprpaper
|
||||
imagemagick
|
||||
jq
|
||||
kitty-git
|
||||
kdeconnect
|
||||
kitty
|
||||
less
|
||||
mako
|
||||
mdcat
|
||||
neovim
|
||||
noto-fonts-cjk
|
||||
openssh
|
||||
pam-u2f
|
||||
pipewire
|
||||
pipewire-alsa
|
||||
pipewire-jack
|
||||
@ -42,4 +46,5 @@ xdg-desktop-portal-hyprland
|
||||
xdg-user-dirs
|
||||
yazi
|
||||
yubikey-manager
|
||||
zen-browser-bin
|
||||
zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user