Skip to content

Commit

Permalink
feat(nvim): remove golines
Browse files Browse the repository at this point in the history
its too annoying to work with it on codebases that don't use it.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 31, 2023
1 parent 5007173 commit 4f22be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modules/neovim/config/lua/user/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ conform.setup({
formatters_by_ft = {
css = { "prettier" },
fish = { "fish_indent" },
go = { "golines", "gofumpt", "injected" },
go = { "gofumpt", "injected" },
html = { "prettier", "injected" },
javascript = { "prettier" },
json = { "jq" },
Expand Down
1 change: 0 additions & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
clang-tools # clangd lsp
delve
dockerfile-language-server-nodejs
golines
gofumpt
golangci-lint
golangci-lint-langserver
Expand Down

0 comments on commit 4f22be1

Please sign in to comment.