add waybar eww and sway
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user