From 764f2500f75183788da0a0d0e888e79f27874904 Mon Sep 17 00:00:00 2001 From: anth64 Date: Wed, 7 May 2025 14:37:49 +0200 Subject: [PATCH] Don't force shell and add more lsps --- init.lua | 12 +++++++++++- lua/config/set.lua | 1 - 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 663bbe6..374eddf 100644 --- a/init.lua +++ b/init.lua @@ -3,5 +3,15 @@ require("config.set") require("config.remap") 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' diff --git a/lua/config/set.lua b/lua/config/set.lua index 9018ca2..71203fb 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -1,4 +1,3 @@ -vim.opt.shell = "zsh" vim.opt.fileformat = "unix" vim.opt.fileformats = "unix" vim.opt.guicursor = ""