1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-05-12 18:57:46 +02:00

Compare commits

...

3 Commits

2 changed files with 10 additions and 4 deletions

View File

@ -35,11 +35,20 @@ return {
automatic_setup = true, automatic_setup = true,
ensure_installed = { ensure_installed = {
"bashls", "bashls",
"clangd",
"dockerls",
"gopls",
"html",
"jsonls",
"lua_ls", "lua_ls",
"marksman", "marksman",
"nimls", "nimls",
"pylsp", "pylsp",
"texlab" "sqlls",
"texlab",
"tsserver",
"lemminx",
"yamlls",
} }
}) })
local servers = { local servers = {

View File

@ -6,7 +6,4 @@ dunst & # dunst for notifications
redshift & # redshift for saving your eyes redshift & # redshift for saving your eyes
$STATUSBAR & # for refreshing the statusbar $STATUSBAR & # for refreshing the statusbar
xcompmgr & # compositor for transparency xcompmgr & # compositor for transparency
nextcloud & # for my cloud
sxhkd & # for shortcuts sxhkd & # for shortcuts
easyeffects --gapplication-service & # load noise suppression for microphone
syncthing & # sync data between devices