Live data from Hacker News

Vim.dev is redirected to Emacs website

vim.dev

61–63 of 63 posts

Re: Vim.dev is redirected to Emacs website

#62
post #28

Earlier quoted context omitted.

You mean that Google Chrome based editor? Yeah it's cute.

Intellisense, not VSC as an editor, is what's causing the killer popularity. When will emacs get something like intellisense?

You can get intellisense in neovim with coc.nvim[0], which supports the full language server protocol. I've got it running with several VSCode extensions ported over to coc extensions, as well as the Microsoft Python Language Server.

[0]: https://github.com/neoclide/coc.nvim

Re: Vim.dev is redirected to Emacs website

#63
post #54

Earlier quoted context omitted.

Someone should register both spaces.dev and tabs.dev, then set them each up to redirect to the other, but only if the HTTP referer is not from the opposing site, to prevent infinite redirects. Then, the only way to access spaces.dev is to navigate to tabs.dev, and vice-versa.

Wouldn't work for people with referers disabled. I wonder if browsers have a max redirect count to prevent looping like this?

Yes they have. In Firefox, look for network.http.redirect-limit in about:config.
Post reply on HN