all repos

init.lua @ 2d21f36

my nvim config
1 files changed, 13 insertions(+), 16 deletions(-)
refactor(servers): move some things around, remove some that are unused
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-30 00:01:08 +0200
Parent: ea40ebe
M lua/plugins/lsp/servers.lua

@@ -3,23 +3,8 @@ clangd = {},

ts_ls = {}, eslint = {}, html = {}, - emmet_language_server = {}, - elmls = {}, - htmx = {}, + gleam = {}, templ = {}, - gleam = {}, - golangci_lint_ls = { - init_options = { - command = { - "golangci-lint", - "run", - "--fast", - "--out-format", - "json", - "--issues-exit-code=1", - }, - }, - }, gopls = { settings = { gopls = {

@@ -51,6 +36,18 @@ tidy = true,

run_govulncheck = true, upgrade_dependency = true, }, + }, + }, + }, + golangci_lint_ls = { + init_options = { + command = { + "golangci-lint", + "run", + "--fast", + "--out-format", + "json", + "--issues-exit-code=1", }, }, },