Update
- Neovide setting
- Cursor mode for live_grep mode
Neovide
To enhance the visual appeal of your Neovim configuration with a beautiful graphical interface, consider installing Neovide on your system. Neovide is a cross-platform graphical user interface designed specifically for Neovim, offering various graphical improvements while maintaining the functionality of the terminal UI. For more information and installation instructions, visit the official Neovide website.
To set up Neovide, follow these steps to create an init.lua
file in your .config/neovide
directory:
- Create the Directory: If it doesn’t already exist, create the
.config/neovide
folder in your home directory. - Create the
init.lua
File: Inside the.config/neovide
folder, create a new file namedinit.lua
. - Add Configuration Code: Open the
init.lua
file and insert the following code:
-- .config/neovide/init.lua
require("../nvim/lua/user/neovide")
Install
First you need to install Neovim (Version 0.8.3 or last version of Neovim) on your computer. For Linux, use this command:
$ git clone https://github.com/Mr-Fox-h/fox-ide.git ~/.config/nvim --depth 1 && nvim
For Windows, use this command:
$ git clone https://github.com/Mr-Fox-h/fox-ide.git $HOME\AppData\Local\nvim --depth 1 && nvim
Then, open Neovim and use this command:
:PackerUpdate
Contributing
We welcome contributions from the community! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
Document
The Fox IDE have a nice and simple document that you can learn every thing you want.