File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
programs/neovim/config/after/plugin Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66
77## patches
88
9+ - ` nvim ` : initialize the golangci lint language server with outputs 2025-03-29
910- ` systemd ` : remake the production ollama model for chatbots online 2025-03-23
1011- ` systemd ` : remove packages from path that are used for exec start 2025-03-23
1112- ` systemd ` : pull latest changes of sandbox applications on updates 2025-03-22
Original file line number Diff line number Diff line change @@ -72,6 +72,16 @@ lspconfig.eslint.setup({
7272lspconfig .golangci_lint_ls .setup ({
7373 capabilities = capabilities ,
7474 on_attach = on_attach ,
75+ init_options = {
76+ command = {
77+ " golangci-lint" ,
78+ " run" ,
79+ " --output.json.path" ,
80+ " stdout" ,
81+ " --show-stats=false" ,
82+ " --issues-exit-code=1" ,
83+ },
84+ },
7585})
7686
7787lspconfig .gopls .setup ({
You can’t perform that action at this time.
0 commit comments