Skip to content

Commit

Permalink
feat(null_ls_deps): add gofumpt and gopls (ayamir#996)
Browse files Browse the repository at this point in the history
* feat(completion): use gofumpt to format Go code, run goimports on save

* chore(deps): sort null_ls deps

---------

Co-authored-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
  • Loading branch information
2 people authored and singlemancombat committed Sep 18, 2023
1 parent 7ce7179 commit f5f91a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ settings["server_formatting_block_list"] = {
-- Set the language servers that will be installed during bootstrap here.
-- check the below link for all the supported LSPs:
-- https://github.com/neovim/nvim-lspconfig/tree/master/lua/lspconfig/server_configurations
settings["lsp"] = {
settings["lsp_deps"] = {
"bashls",
"clangd",
"gopls",
Expand All @@ -109,6 +109,8 @@ settings["null_ls_deps"] = {
-- formatting
"black",
"clang_format",
"gofumpt",
"goimports",
"eslint_d",
"jq",
"markdownlint",
Expand Down

0 comments on commit f5f91a6

Please sign in to comment.