Skip to content

Commit

Permalink
Re-enable Go imports on save
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Apr 29, 2024
1 parent 8e0ba97 commit efefded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ vim.g.go_code_completion_enabled = 0
vim.g.go_def_mapping_enabled = 0
vim.g.go_doc_keywordprg_enabled = 0
vim.g.go_fmt_fail_silently = 1
vim.g.go_imports_autosave = 0
vim.g.go_jump_to_error = 0
vim.g.go_textobj_enabled = 0

Expand Down

0 comments on commit efefded

Please sign in to comment.