1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-09 16:41:16 +01:00

Compare commits

..

3 Commits

Author SHA1 Message Date
f93489abfd xorg: xlocal removed 2023-10-12 14:39:14 +02:00
d33b7e7f98 xorg: removed unneccesary autostarts and moved them into xlocal 2023-10-12 14:37:10 +02:00
19a875bff5 nvim: added ls for various languages 2023-10-12 14:34:47 +02:00
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