From fdc158272bed0be588256147780363438ed40f96 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 13 Aug 2022 22:43:33 +0800 Subject: [PATCH] init.vim --> init.lua follow --- README.md | 2 +- core/mappings.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9010d5..c9b5346 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ # Introduction This repo hosts my Nvim configuration for Linux, macOS, and Windows. -`init.vim` is the config entry point for terminal Nvim, +`init.lua` is the config entry point for terminal Nvim, and `ginit.vim` is the additional config file for [GUI client of Nvim](https://github.com/neovim/neovim/wiki/Related-projects#gui). My configurations are heavily documented to make it as clear as possible. diff --git a/core/mappings.vim b/core/mappings.vim index b21a664..11e13fa 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -87,7 +87,7 @@ xnoremap > >gv inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" -" Edit and reload init.vim quickly +" Edit and reload nvim config file quickly nnoremap ev :tabnew $MYVIMRC tcd %:h nnoremap sv :silent update $MYVIMRC source $MYVIMRC \ call v:lua.vim.notify("Nvim config successfully reloaded!", 'info', {'title': 'nvim-config'})