Acceyuriko / MyNeovim

Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim configuration.

Guidelines

My simple neovim configuration for development.

Prerequests

  • Node.js, npm and yarn.
  • fd is required for find_files of telescope.
  • ripgrep is required for live_grep of telescope.
  • neovide is recommended.
  • Because of the problem, clang is required.
  • Windows
    • git bash
    • chocolatey
    • make and mingw is required for compiling.
    • sed is required for vim-spectre.
    • Run choco install make mingw llvm sed in powershell with admin privileges.
    • xdg-open-wsl is required for opening files in WSL.

Download Cascadia Nerd Font

CascadiaCode

Install Copilot

:Copilot setup

Or use Copilot! setup that will allow you to open the browser manually.

Set neovim as the default editor

Windows

Copy the scripts below into a file named OpenByNeo.bat

nvim %1

Right click the file you want to open, select Open with -> Choose another app -> Look for another app in this PC, find OpenByNeo.bat. Remember to check Always use this app to open *.* files.

About

Neovim configuration


Languages

Language:Lua 100.0%