https://github.com/hxtree/neovim
Neovim configuration
https://github.com/hxtree/neovim
neovim neovim-config wezterm wezterm-config
Last synced: 3 months ago
JSON representation
Neovim configuration
- Host: GitHub
- URL: https://github.com/hxtree/neovim
- Owner: hxtree
- Created: 2024-09-15T06:33:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:39:24.000Z (8 months ago)
- Last Synced: 2025-02-04T19:13:43.959Z (4 months ago)
- Topics: neovim, neovim-config, wezterm, wezterm-config
- Language: Lua
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hxtree/neovim
This repo contains a complete neovim setup, tailored for an efficient and productive development environment.
## Features
- AI Autocompletion - Github Copilot AI pair programming tool, account required.
- VSCode theme.
- LSP support, Typescript, Lua, and more.## Installation
On MacOS, the default terminal emulator is not compatible with neovim.
To use Neovim, you can install [wezterm](https://wezfurlong.org/wezterm/), a GPU-accelerated terminal emulator.For Neovim installation instructions, see the [neovim installation guide](https://github.com/neovim/neovim/blob/master/INSTALL.md).
Note packer install plugins to the following directory:
```sh
~/.local/share/nvim/site/pack/packer/start
```## Tips & Tricks
> Note: The leader key is set to the space bar. You can change this by editing the `init.lua` file.
Find and replace in the current buffer:
```vim
:%s/old/new/g
```Add a file by pressing "a" in the file explorer. Rename a file by pressing "r". Delete a file by pressing "d".
To make a folder, press "a" in the file explorer and type the folder name with a trailing slash.Happy coding! If you have any questions or feedback, don't hesitate to reach out.