Attached: file.png (2000x2000, 211.19K)
Comfy
Luis Morris
Other urls found in this thread:
vimuser.org
youtube.com
twitter.com
Jackson Bennett
Relationship ended with Vim, not Neovim is my best friend.
James Bell
I tried neovim once but I couldn't really tell what the difference was.
Nolan Mitchell
vimuser.org
trannies ruined vim for me indefinitely
Matthew Anderson
rent free
Carter Parker
Seriously, what is the difference? What extra features would I get if I switch to Neovim?
Nolan Rogers
It's Neo
Brody Ward
The difference is subtle until you start adding plugins. Lua and native lsp support are game changers.
Isaiah Hall
What plugins do you use? Anything essential? Also where do you get them from?
Asher Wright
So guys I abandoned Vim years ago for Emacs but I honestly still prefer Vim for "quick edits". What are some good sane defaults?
Chase Martin
I've been really enjoying using telescope as my fuzzy finder, lsp-config + clangd gives me all the IDE features without the IDE, and I got a terminal toggling plugin so it's easier to go into a quick command line. For config I'd recommend setting it up to where Vim remembers your last position, and use undofiles. I think Neovim handles undofiles much better than Vim because they don't get output to your current directory.
Xavier Morales
Same as this guy.
Emacs also makes language server much easier.
Wish Evil was as good as vim but it's good enough I guess.
Angel Turner
I used this guy's videos as inspiration for my own config: youtube.com
Configuring plugins can be a chore but if you are into that kind of work you can basically use Neovim as a fully fledged IDE.
Joshua King
neovim is gay
Sebastian Murphy
Well thanks for the suggestion but apparently the debian build of neovim is still on v0.4.4 and doesn't support those. Probably just gonna build from source.
Caleb Ramirez
It's pretty easy to build from source, there's a third-party CMake target in the source tree that should handle all the dependencies.
Lincoln Bailey
Also this thing
Isaac Ward
only useful for clipboard functionality on normal vim
Dominic Miller
I am learning neovim,
what is the most newbie way to get nodejs autocompletion?
I google around and I'm swarmed,
Neovim includes a Language Server?
But other say install the plugin COC ?
Then there is Treesitter and TernJS??
AAAAAAAAAAA
Adrian Foster
Neovim has LSP features built-in, the plugin just make it much easier to interface with those. Install lspconfig with your favorite plugin manager and read the README for how to configure it. You shouldn't need to worry about things like treesitter unless you want to. IDK what the canonical language server is for Javascript, but the lspconfig repository has a list of supported LSPs and how to enable them.
Cooper Smith
neovim is bloat
just use vanilla vim
Nathaniel Smith
just use vscode lol nerds
Ryder Rodriguez
yeah. might as well go full bloat if you already use neovim
Ryan Howard
ok researching lspconfig
I'm on windows, neovim comes with neovim-qt, which is nice. Also 96MB is not bloat for me.
Brayden Lopez
For fucks sake. Why are they using ninja-build? What is it with that project that's making it so popular lately?
Asher Campbell
What's wrong with Ninja? It's way faster than GNU Make for large projects, and if you're using CMake it's completely optional.