Don't force shell and add more lsps

This commit is contained in:
2025-05-07 14:37:49 +02:00
parent 2d1dd2bfec
commit 764f2500f7
2 changed files with 11 additions and 2 deletions
+11 -1
View File
@@ -3,5 +3,15 @@ require("config.set")
require("config.remap") require("config.remap")
vim.cmd("set completeopt+=noselect") vim.cmd("set completeopt+=noselect")
vim.lsp.enable({ 'basedpyright', 'lua_ls', 'yamlls', 'gopls', 'htmx', 'jsonls' })
vim.lsp.enable({
'basedpyright',
'eslint',
'gopls',
'html',
'htmx',
'jsonls',
'lua_ls',
'yamlls',
})
vim.o.winborder = 'rounded' vim.o.winborder = 'rounded'
-1
View File
@@ -1,4 +1,3 @@
vim.opt.shell = "zsh"
vim.opt.fileformat = "unix" vim.opt.fileformat = "unix"
vim.opt.fileformats = "unix" vim.opt.fileformats = "unix"
vim.opt.guicursor = "" vim.opt.guicursor = ""