Neovim

Redpill me on neovim

Attached: neovim.png (1449x836, 226K)

Other urls found in this thread:

github.com/martanne/vis,
github.com/martanne/vis
twitter.com/SFWRedditVideos

love onions? you'll love neovim

Remove nerd tree. All you need in your vimrc is
set tabstop=8
set softtabstop=0
set shiftwidth=2
set expandtab
set smarttab

and you can choose to write 4 instead of 2. That's about it.

OR just bind something to :Lex

Just like vim, it is obsolete.
Only edgy kids and people over 50 use it.
Sublime is superior in every aspect

t. person who's never used it for more than 5 minutes.

I have over 500 hours of flight time with vim
It actually reduces your productivity

Why use something you don't like for so long?

Use spacemacs, best of emacs and vim

Faster than vs code.
Les convenient than vs vode.

vs vode is all you need (and deditated wam)

It's vim with lua as its scripting language instead of the cancerous vimscript
it has a smaller, cleaner codebase
it's better optimized
it invented the async plugins that are now in vim8

you forgot about:

set number
syntax on

also obligatory for the comfy 90s feel:

set colorcolumn=80
set ruler

>expandtab
If you want spaces on your files use space. If you wan't tabs use tab. This faggotry needs to end

>reduces your productivity
It increased mine
You did actually take the time to learn all of the shortcuts didn't you, user?

>syntax on
>set ruler
They are set by default

>set colorcolumn=80
Right, but 81 is the correct number. I'm gonna use this one instead match Error /\%81v.\+/

>set number
Questionable. I suggest to disable them by default and enable them when you need them (i.e. debugging).

Wrong. You never want tabs (except in Makefiles)

Doesn't it also have a bunch of unresolved bugs or something? I remember a previous thread on here where someone mentioned that while it had a smaller install and a smaller code base, there are a lot of outstanding issues that haven't been resolved. I could be wrong though.

netrw really is shit and it's very poorly designed

I started using dirvish recently and it's a massive upgrade

He's lying

the unenlightened evil mode

I'm not really a fan of spaceemacs but yeah emacs really is the best of both worlds.
If you're worried about startup time you can also run it as a daemon and connect to it using a client.

Its a jewish botnet for communist sjw feminist basedboy tranny faggots, created by the glow in the dark cia niggers

Attached: TADPETSCII.png (1280x1280, 132K)

Neovim is an attempt to unfuck vim's clusterfuck codebase.
Use vis instead it's started from scratch and is less bloated and faster.

Or just continue using vi(m) nothing wrong with that either

vim was being fucky with some of my plugins that required async, and nvim worked completely fine.

>runs like shit in the terminal
no thanks, fag

>vis
Really hard to search for this term. Vis vim brings up a bunch of bullshit too. Can you provide a link please?

it has 30% less code compared to vim

>vscode

I'd rather let a half Mongolian half Zimbabwean man shit in my mouth

wrong. you use tabs for indentation and spaces for alignment

No

I guess you're a dickhead that doesn't care about others preferences.
tabs can be any width depending on your settings.

Tabs tend to cause problems in languages that rely on them syntax-wise like python when people with different editors work on something or with people who use spaces to indent and there are quit a lot of those out there so I prefer to expand tabs

its entirely dependent on the editor and the settings of said editor. this your be in the guidelines of your project, trying to guess what people use is retarded.

Vim but better and less bloated.

>running a text editor as a client

Searching "vim vis" gets me github.com/martanne/vis, which appears to be it.

github.com/martanne/vis
It's also in most software repos

ur just shit

Didn't they remove ex mode?

People using neovim are like people who sleep with shemales: faggots in denial. Or, in the case of neovim users, faggots in denial who are also IDE users in denial.

If you want a simple text editor use vim (or even simpler variants of vi). If you want a fucking IDE, use an IDE.

It's vim without the autistic pre-ANSI-style spaghetti code that keeps it working on Soviet terminals from the 1970s.

True async.

What's not to like? Fuck vim

Should I use Neovim, or should I keep using vim since it's more likely to be available on any machine I use

Emacs .......

How did you measure your hours with vim? Are you sure you were less productive or that you just like sublime more because it looks better?

Also needed:
command Wq wq