vim tag

64 questions


1 answers
101 views
0
neovim ale stops working when leaving conda's environment

I wanted to use flake8 or jedi with neovim ale in conda environment, so I installed it using the following actions.conda create-n neovimconda install-conda-forge neovimconda install-conda-forceflake8c...

2 years ago

1 answers
49 views
0
I want to pipe the contents of the register with VIM.

: Is there a way to pass the contents of the register instead of the buffer when using w!command?

vim
2 years ago

1 answers
60 views
0
About python environment in neovim

I tried to build a python environment with neovim. pip install neovimWhen I typed the commandCommand c:\users\win2k\appdata\local\programs\python\python37-32\python.exe -u -c import setuptools, tokeni...

2 years ago

2 answers
108 views
0
Gundo.vim and Python Relationships

I wanted to use Gundo.vim on gvim on win10, so I installed it using dein.vim.Gundo requirements Vim to be compiled with Python 2.4+said he.Python has already installed 3 series from Anaconda, but this...

vim
2 years ago

1 answers
95 views
0
Vim installed in Cygwin does not start

I installed about 3 packages of Vim in cygwin, but when I type vi, vim, there is no error, but nothing is printed..bash_profile describes export PATH=$PATH:/usr/bin/vi and echo$PATH finally printed /u...

2 years ago

1 answers
119 views
0
gcc commands and aliases on cygwim [closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 4 years ago.4 years agoI added vim packages to use vim in cygwin and fiddled...

2 years ago

1 answers
121 views
0
How can vimscript replace the output of an external command with a variable?

Looking for a way to substitute the output of an external command to a variable in vimscript.For example, you want to execute the ls command in vimscript and substitute the result to the variable.I ex...

vim
2 years ago

2 answers
124 views
0
Please tell me how to start Vim as a daemon.

I'm looking for a way to start Vim as a daemon.Always start the Vim process and when accessing from the terminalI would like to use the same process vim every time.The reason is that I use the plug-in...

vim
2 years ago

1 answers
139 views
0
Vim's r command cannot replace Japanese (Mac)

Start vimtutor of Vim (v.8.0) in macOS Sierra with HomeBrew and replace one Chinese character with another in Lesson 3.2.I usually tried to convert the Chinese characters I wanted to use Enter key to ...

2 years ago

1 answers
55 views
0
Please tell me a good way to restore unsaved buffers next time, such as ATOM and Notepad++ in vim.

Atom, Notepad++, and others have the ability to automatically open tabs (only for file buffers) from the last time you finished.Please let me know if there is any easy way to achieve this behavior wit...

vim
2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.