guilhermegouw / neovim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim Configuration

This repository contains my Neovim configuration. It is based on đź’¤ LazyVim see => documentation.

Setup

  1. Clone this repository:

    git clone https://github.com/your-username/your-neovim-config.git ~/.config/nvim
  2. Install GitHub Copilot:

  • Requires:

    • Node.js Clone copilot.vim repository:
git clone https://github.com/github/copilot.vim.git \
  ~/.config/nvim/pack/github/start/copilot.vim

Start Neovim and invoke :Copilot setup

Suggestions are displayed inline and can be accepted by pressing the tab key. See :help copilot for more information.

  1. This configuration is set to work with Kitty terminal emulator and Tmux. You can find my configuration files for Kitty and Tmux in this repository.

About

License:Apache License 2.0


Languages

Language:Lua 100.0%