nai-chatbot
AstroNvim
nai-chatbot | AstroNvim | |
---|---|---|
3 | 137 | |
20 | 13,121 | |
- | 0.8% | |
2.5 | 9.5 | |
almost 2 years ago | 6 days ago | |
Lua | Lua | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nai-chatbot
-
Who has experience with the chat format in NAI to build a custom chat bot?
I'm new too and also curious about this. There is a chat bot shell written in lua on github if that helps. https://github.com/rosemash/nai-chatbot
-
So bored
That's one of them! And probably the most recent? I remember trying out at least one other older one, a long time ago. This standalone interface hits the NovelAI API and also lets you define multiple characters.
-
I released an open source web app that lets you host NAI as a chatbot and talk to the AI in a chat interface, with multiple tabs, custom memory, and thinking notifications.
It was written in Luvit (Lua+libuv). You can download it and set it up here: https://github.com/rosemash/nai-chatbot
AstroNvim
-
The State of Vim
You can definitely put all of your configuration into a single file for AstroNvim if you want.
In the docs it shows the minimal configuration to get AstroNvim running which is <10 lines in your ~/.config/init.lua file and then anything else you can just drop in that same file if you want. (https://github.com/AstroNvim/AstroNvim?tab=readme-ov-file#mi...)
Here is a user on GitHub that has a single file AstroNvim configuration: https://github.com/20k-ultra/dotfiles/blob/master/nvim/init....
- AstroNvim 4.7.1
- Enchula Mi Consola
- Pimp your CLI
-
How to .Deb port pkgs to termux
Not sure of all of your use cases but this is my sorta my workflow when working mobile using termux and termux-x11. i use i3 WM, AstroNvim.
- LazyVim
-
Breadcrumbs as a side panel?
One of the demo pics in the GitHub README seemingly shows a file navigation panel. Since I haven't seen any config which reproduces this feature, do you any ideas as to how it was done? I'm only aware of two packages with similar functionality (nvim-navbuddy and dropbar) but they do not display breadcrumbs as a side panel.
-
Trying to setup nvim-lua on Windows everything works fine except telescope. This extension doesn't exist or is not installed: 'fzf'.
If you don't have much clue, this might help you. https://github.com/AstroNvim/AstroNvim/blob/main/lua/plugins/telescope.lua
-
Set it and forget it plugins?
My current favorite is AstroNvim: https://github.com/AstroNvim/AstroNvim, with an awesome introduction video: https://youtu.be/GEHPiZ10gOk
-
How to configure vim like an IDE
You really want nvim. And if you don't already know, look at astronvim. It has all the IDE-like features, and whatever new plugins pop up for nvim, the community will try to include configs for them. The community packs of Astronvim are arguably its best features. https://github.com/AstroNvim/AstroNvim
What are some alternatives?
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
LazyVim - Neovim config for the lazy
Discordia - Discord API library written in Lua for the Luvit runtime environment
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.