addet shfmt and remove typos_ls
This commit is contained in:
parent
2f5936df7e
commit
84adb02beb
2 changed files with 7 additions and 6 deletions
2
init.lua
2
init.lua
|
@ -11,4 +11,4 @@ local function apply_colorscheme(name)
|
||||||
vim.cmd.colorscheme(name)
|
vim.cmd.colorscheme(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
apply_colorscheme("eldritch")
|
apply_colorscheme("bluloco")
|
||||||
|
|
|
@ -34,7 +34,7 @@ return {
|
||||||
"svelte",
|
"svelte",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"graphql",
|
"graphql",
|
||||||
"typos_lsp",
|
-- "typos_lsp",
|
||||||
"emmet_ls",
|
"emmet_ls",
|
||||||
"prismals",
|
"prismals",
|
||||||
"pyright",
|
"pyright",
|
||||||
|
@ -51,6 +51,7 @@ return {
|
||||||
"stylua", -- lua formatter
|
"stylua", -- lua formatter
|
||||||
"pylint",
|
"pylint",
|
||||||
"eslint_d",
|
"eslint_d",
|
||||||
|
"shfmt",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue