https://github.com/euro20179/stocks.vim
An extremely simple stocks plugin for (neo)vim
https://github.com/euro20179/stocks.vim
neovim neovim-plugin stock-market stocks vim vim-plugin
Last synced: about 1 month ago
JSON representation
An extremely simple stocks plugin for (neo)vim
- Host: GitHub
- URL: https://github.com/euro20179/stocks.vim
- Owner: Euro20179
- Created: 2025-11-05T21:10:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-11-05T23:56:32.000Z (8 months ago)
- Last Synced: 2025-11-06T01:14:53.677Z (8 months ago)
- Topics: neovim, neovim-plugin, stock-market, stocks, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mmfml
Awesome Lists containing this project
README
= Stocks =
--------------------------------------------------------------------------------
Stocks! Because I wanted to try writing a plugin that works in vim and neovim.
== Setup
Create an api key with | https://finnhub.io |
Set the `g:stocks_api_key` variable to your key
== Commands
:Stock ....... Prints information about a stock
:StockRT ..... Writes information about a list of stocks to the current buffer
See `:help stock-rt` for more info
- [x] Implement real time updates