fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
16.01k stars 1.45k forks source link

Not an editor command:GoDebugNext #3425

Closed FelixStarship closed 2 years ago

FelixStarship commented 2 years ago

go version go version go1.17.9 linux/amd64

vim --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32)

FelixStarship commented 2 years ago

.vimrc

set nocompatible syntax on filetype off call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' Plug 'preservim/nerdtree' Plug 'fatih/vim-go' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'mhinz/vim-startify' Plug 'ycm-core/YouCompleteMe' Plug 'ryanoasis/vim-devicons' filetype plugin indent on call plug#end() set nu set encoding=utf-8 autocmd vimenter * ++nested colorscheme gruvbox set bg=dark map :NERDTreeMirror map :NERDTreeToggle let g:ycm_global_ycm_extra_conf='~/.vim/plugged/YouCompleteMe/third_party/ycmd/ycm/.ycm_extra_conf.py' let g:ycm_key_invoke_completion = ''

bhcleek commented 2 years ago

Closing due to absence of description of what the user did.

FelixStarship commented 2 years ago

@bhcleek Not an editor command:GoDebugNext

FelixStarship commented 2 years ago

Why should I close it? I described my problem. I can't use the command:GoDebugNext

bhcleek commented 2 years ago

Please describe some basic steps to reproduce the problem you're seeing. I have no idea what you've done or why you'd expect :GoDebugNext to be a command that you can use.