vim tag

64 questions


1 answers
298 views
0
Cannot install in Homebrew on ARM processor error on M1

brew install neovimrunning Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!Please create a new installation in/opt/homebrew using one of theAlternative Installs from: ...

1 years ago

2 answers
433 views
0
Windows Neovim garbled external command results

Running Neovim (nvim-qt.exe) in Windows 10 and reading tutorials in :Tutor.The version is 0.8.1.:!ls was instructed to run, so I ran it, and the result was garbled as follows:'ls'<82>A<93>...

1 years ago

1 answers
302 views
0
Windows neovim: !ls results garbled

Running Neovim (nvim-qt.exe) in Windows 10 and reading tutorials in :Tutor.The version is 0.8.1.:!ls was instructed to run, so I ran it, and the result was garbled as follows:'ls'<82>A<93>...

1 years ago

2 answers
434 views
0
Expand horizontal characters in Vim in a row

abcdeand for the string next to it, separated by spaces.aBcdeI'd like to deploy vertically as shown in , but is there a command that makes this behavior simple for Vim?(On the other hand, it seems tha...

vim
1 years ago

1 answers
457 views
0
About vim Plug-in ddc.vim

I have installed and used dcc.vim on vim.Now I'm making it possible to supplement it with Tab, but I want Tab to do the original action except when there is a supplementary display (enter a space), bu...

vim
1 years ago

1 answers
468 views
0
About vim Plug-in ddc.vim

I have installed and used dcc.vim on vim.Now I'm making it possible to supplement it with Tab, but I want Tab to do the original action except when there is a supplementary display (enter a space), bu...

vim
1 years ago

1 answers
278 views
0
I don't know how to type the noremap command for Vim

I installed defx.vim, the vim plug-in, but I don't know how to type the following command.noremap<silent>buffer><expr>odefx#do_action('open_or_close_tree')

vim
2 years ago

1 answers
383 views
0
GNU GLOBAL (gtags) is not available for Go source files

I ran gtags in the directory where the source code for Go resides and generated a tag file.After creating the tag file, I tried to jump the tag using gtags.vim (vim plug-in included with GNU GLOBAL) i...

2 years ago

2 answers
84 views
0
Is there a tool for displaying program code variables in the Vim editor or Ubuntu Terminal?

I've been using C/C++ and Python in Ubuntu. I've been looking for a tool that allows me to view and debug variables since I got to know the extension called Variable Inspector in the Jupiter Notebook....

2 years ago

1 answers
94 views
0
Vim plug-in jedi-vim completion does not work properly

Prerequisites/What you want to achieveI want jedi-vim's Omni completion to work properlyProblems/Error Messages you are experiencingIntroduced jedi-vim using Vundlestr. or numpy. and the following mes...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.