Don't force shell and add more lsps
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
vim.opt.shell = "zsh"
|
||||
vim.opt.fileformat = "unix"
|
||||
vim.opt.fileformats = "unix"
|
||||
vim.opt.guicursor = ""
|
||||
|
||||
Reference in New Issue
Block a user