All Projects → iagoleal → doctor.nvim

iagoleal / doctor.nvim

Licence: GPL-3.0 license
Emacs greatest feature, now also in neovim!

Programming Languages

Fennel
19 projects

Projects that are alternatives of or similar to doctor.nvim

hotpot.nvim
🍲 Carl Weathers #1 Neovim Plugin.
Stars: ✭ 183 (+577.78%)
Mutual labels:  neovim-plugin, fennel
paperplanes.nvim
Neovim ✈️ Pastebins
Stars: ✭ 50 (+85.19%)
Mutual labels:  neovim-plugin, fennel
nvim-tetris
Bringing emacs' greatest feature to neovim - Tetris!
Stars: ✭ 114 (+322.22%)
Mutual labels:  neovim-plugin, fennel
qf helper.nvim
A collection of improvements for the quickfix buffer
Stars: ✭ 70 (+159.26%)
Mutual labels:  neovim-plugin
package-info.nvim
✍️ All the npm/yarn commands I don't want to type
Stars: ✭ 248 (+818.52%)
Mutual labels:  neovim-plugin
nvim-cheat.sh
cheat.sh integration for neovim in elegant way
Stars: ✭ 130 (+381.48%)
Mutual labels:  neovim-plugin
buftabline.nvim
A low-config, minimalistic buffer tabline Neovim plugin written in Lua.
Stars: ✭ 74 (+174.07%)
Mutual labels:  neovim-plugin
sphinx.nvim
Sphinx integrations for Neovim
Stars: ✭ 64 (+137.04%)
Mutual labels:  neovim-plugin
modes.nvim
Prismatic line decorations for the adventurous vim user
Stars: ✭ 299 (+1007.41%)
Mutual labels:  neovim-plugin
fwatch.nvim
fwatch.nvim lets you watch files or directories for changes and then run vim commands or lua functions.
Stars: ✭ 57 (+111.11%)
Mutual labels:  neovim-plugin
nvim-config
My neovim config
Stars: ✭ 63 (+133.33%)
Mutual labels:  neovim-plugin
nvim-fennel-lsp-conjure-as-clojure-ide
Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.
Stars: ✭ 144 (+433.33%)
Mutual labels:  fennel
stable-windows
Keeps vim windows stable on layout changes
Stars: ✭ 41 (+51.85%)
Mutual labels:  neovim-plugin
ftFT.nvim
I love highlights! I love f{char}!
Stars: ✭ 28 (+3.7%)
Mutual labels:  neovim-plugin
nvim-lsp-ts-utils
Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
Stars: ✭ 437 (+1518.52%)
Mutual labels:  neovim-plugin
magic-kit
A starter kit for Conjure, Aniseed and Neovim
Stars: ✭ 86 (+218.52%)
Mutual labels:  fennel
persistence.nvim
💾 Simple session management for Neovim
Stars: ✭ 238 (+781.48%)
Mutual labels:  neovim-plugin
auto-session
A small automated session manager for Neovim
Stars: ✭ 688 (+2448.15%)
Mutual labels:  neovim-plugin
vim-readme-viewer
📖 Viewing plugin's README easily like vim help
Stars: ✭ 26 (-3.7%)
Mutual labels:  neovim-plugin
bad-practices.nvim
A plugin to help give up bad practices in vim.
Stars: ✭ 41 (+51.85%)
Mutual labels:  neovim-plugin

doctor.nvim

Have you ever been alone at home, coding in the middle of night, and felt a sudden burst of existential angst? Did you even felt the urge to open that other editor just to feel that the machine could understand and nurture you?

Well, my friend, your problems are over! Now, with a simple ex-command, you can not only share your thoughts with your favorite text editor but also get a proper response from it, finely produced by the best of 1966's artificial intelligence!

But what is this, really?

This is a implementation of Joseph Weizenbaum's ELIZA chatbot embedded in a neovim prompt buffer. It works just like Emacs M-x doctor: you fire up a command and a chat buffer pops up.

A ELIZA bot uses a script that is separate from the implementation to formulate its responses. In the case of this plugin, we are using the original script found on Weizenbaum's paper from 1966 that simulates a Rogerian psychotherapist. (Pull Requests for new scripts are always welcome, by the way!)

Installation

The easiest way to install this plugin is using a plugin manager. For example, with packer.nvim you can run:

use "iagoleal/doctor.nvim"

Usage

Run the command below to open a doctor buffer.

:TalkToTheDoctor

This is a vim prompt buffer and works like a REPL. You can enter anything on the buffer's last line and when you press Return in Insert Mode, the Bot will reply to you on the following line.

References

Important Notice

This is just a game and in no way should the taken as a substitute for a real therapist. If you are struggling with anything related to mental health, the right thing to do is to go look for a capable professional.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].