vim tag

64 questions


3 answers
85 views
0
To assign numbers in ascending order when replacing the same number

For example, suppose you have the following files:0,foo0,bar0, hoge0, fugaFor this first number (in this case, 0), I would like to assign an ascending number instead.To be more specific, I would like ...

vim
2 years ago

1 answers
81 views
0
Want to dynamically supplement file paths with vim

For example, you want to access ~/hoge/fuga/piyo.Emacs complements ~/h/f/p by typing ~/h/f/p and pressing Tab.Is there a way to do this with vim?If possible, it would be great if I could do this with ...

vim
2 years ago

1 answers
69 views
0
I want to install the plug-in in NeoBundle, but I got an error...

I want to install the plug-in with neoBundle, but for some reason I threw up an error and it doesn't work.[Current status] First, I will start vim and try to install it with yes... (I'm trying to inse...

vim
2 years ago

1 answers
84 views
0
I want to install the plug-in in NeoBundle, but I got an error...

I want to install the plug-in with neoBundle, but for some reason I threw up an error and it doesn't work.[Current status] First, I will start vim and try to install it with yes... (I'm trying to inse...

vim
2 years ago

2 answers
124 views
0
What are the differences between vim and emacs? [Closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 5 years ago.5 years agoI'd like to choose a text editor.I can't find the criteria ...

2 years ago

1 answers
100 views
0
Error Running ":calldein#install()" on Vim

The following error occurs when running :calldein#install() on Vim on MacOS iTerm2.However, if you enter the terminal from the beginning, it will end normally.The plug-in is also properly installed.Do...

2 years ago

1 answers
80 views
0
Comment out by caw.vim

I'm using caw.vim, but when I comment out with Ctrl+k, /*hoge*//*fuga*/You will end up commenting out on each line, as shown in ./*hogefuga*/and so on/*hogefuga*/I'm wondering if it will be like this,...

vim
2 years ago

1 answers
68 views
0
The plug-in cannot be installed in the vim-only plug-in management tool NeoBundle.

I am using Vim in CentOS 6.4, and I installed NeoBundle, but the plug-in does not install well.The ~/.vimrc descriptions are as follows: if & compatible set nocompatibleBe iMprovedendifset runtime...

vim
2 years ago

2 answers
180 views
0
I installed nvim-treesitter, but I can't use commands such as TSInstall.E492

If you install nvim-treesitter on neovim using vim-plug and hit commands such as :TSInstall or :TSUpgrade, you will get the error E492:Not Editor's command.The installation of nvim-treesitter itself h...

2 years ago

1 answers
101 views
0
The plug-in cannot be installed in the vim-only plug-in management tool NeoBundle.

I am using Vim in CentOS 6.4, and I installed NeoBundle, but the plug-in does not install well.The ~/.vimrc descriptions are as follows: if & compatible set nocompatibleBe iMprovedendifset runtime...

vim
2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.