vim tag

64 questions


1 answers
61 views
0
I want to replace it without double quotes.

Hello, I'm a college student.I'm having trouble trying to replace it without being surrounded by double quotes.It doesn't have to be a single replacement.vim is replacing it and is trying to replace i...

2 years ago

1 answers
80 views
0
I want to use Medium width font on Windows GVim

I use Windows GVim.For example, if you want to use a medium with equal width of Genjin Gothic, set guifont=*If you select the font name Genjin Gothic style Medium size 11 from the list, it will be dis...

2 years ago

1 answers
65 views
0
Error starting vim plugin NERDTree

Here and Here I introduced the vim plugin NERDTree, but when I started the plug-in with the command, I got an error.When I pressed enter after the error was displayed, the plug-in itself seemed to be ...

vim
2 years ago

1 answers
76 views
0
—Term does not output line breaks to output

:term echo-e hoge\\n\\nThe new line below hoge has been shaved off.What should I do to get a new line?

vim
2 years ago

1 answers
60 views
0
fatal error: 'iostream' file not found when using vim-clang

As the title suggests, when using vim-clang, it displays fatal error: 'iostream' file not found, which is not complementary.It's my environment.ubuntu 14.04.5 LTSVIM-Vi IMproved 8.0 I also use neocomp...

2 years ago

1 answers
92 views
0
The nvim configuration (init.vim) has a syntax error, but I don't know what's wrong.

I think it's basic, but I can't erase the following error about init.vim in nvim.letg: python3_host_prog=system('(type pyenv&>/dev/null&&echo-n$(pyenv) root)/versions/$(pyenv global | g...

2 years ago

1 answers
107 views
0
Want to tag and jump Rails projects with Vim

Want to create tags for Rails projects comfortably I recently started using universal-ctags on Vim.It's very convenient, but I'm worried about the following two points.·When ctags-R runs in the root d...

2 years ago

1 answers
81 views
0
I installed the bracey plug-in on Vim, but the :Bracey command does not work.

symptomsAfter installing a plug-in similar to Vim's live server, Vim's :Bracey command did not start the browser, and the error message E117: Unknown function:bracey#start appeared.ExpectationsRun the...

vim
2 years ago

1 answers
79 views
0
Do not open a directory with the same name when opening a file in gf

If I set path and include, set suffixesadd, and includexpr, but there is a directory with the same name as the filename except for the extension, is there a solution?Is there anything else I need to s...

vim
2 years ago

1 answers
88 views
0
I don't want to show the first NERDTree grep result

I put plug-in to add grep function to NERDTree, but I don't want to open the first file as a result of grep without permission, but I can't do it well.Is there any way to prevent it from opening on it...

vim
2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.