add waybar eww and sway

This commit is contained in:
2026-06-08 15:09:08 -07:00
parent 050d923644
commit 07eb59bf2a
21 changed files with 881 additions and 33 deletions
+9
View File
@@ -77,6 +77,7 @@ return {
'neovim/nvim-lspconfig',
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"seblyng/roslyn.nvim",
'hrsh7th/nvim-cmp',
'RRethy/vim-illuminate',
'j-hui/fidget.nvim',
@@ -169,8 +170,15 @@ return {
},
})
vim.lsp.config("bashls", {
cmd = {'bash-language-server', 'start' },
filetypes = {'bash', 'sh'}
})
require("roslyn").setup()
vim.lsp.enable({ "lua_ls",
"clangd",
"bashls",
"ts_ls",
"hls",
"ruff",
@@ -178,6 +186,7 @@ return {
"marksman",
"tailwindcss",
"rust_analyzer",
"wgsl_analyzer",
"julials",
"pyright"
})