Skip to content
View ocidenttal's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report ocidenttal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ocidenttal/README.md

Pinned Loading

  1. This solves the error message raised... This solves the error message raised by coc.nvim with gopls language server when the imports are already organized.
    1
    " instead of this
    2
    " (this will send error messages to your vim/neovim everytime you save a .go file
    3
    "  and the imports are already organized)
    4
    autocmd! BufWritePre *.go :call CocAction('runCommand', 'editor.action.organizeImport')
    5