python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to copy a word under the cursor and paste it in fzf line search in vim?
I want to put a word under my cursor like CACHED_VALUE, and I want to put it in fzf line search :Lines or :GFiles, is there a way to achieve this?, because sometimes the variable name is big and diffi...
R Nanthak
Votes: 0
Answers: 1
Pointers on writing a neovim plugin to execute a series of commands on a terminal and resize it to the appropriate size?
When I'm coding in nvim, I find myself often wanting to open a job monitoring command line tool my company uses on the side. Basically I want to map a keybinding to the action :open a neovim terminal ...
Shreyas Balaji
Votes: 0
Answers: 1
The neovim plugin for tpope/vim-surround isn't working in VSCode
I'm looking for thoughts on how I've configured this differently this time.
I have been using this plug in previous versions.
I have the init.vim correctly configured (the plugin works with nvim) from...
THBBFT
Votes: 0
Answers: 1
Auto-indent javascript in vim, from one-liner to fully indented code
I am using vim to code, namely in javascript. I would love to be able to auto-indent javascript code. My main use case is being able to automatically jump from a one-liner javascript code to a fully i...
AlexTorx
Votes: 0
Answers: 1