From a78e17ccb1ec8a3de38681d40dc869085deb4311 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Thu, 17 Aug 2023 22:35:25 +0300 Subject: [PATCH] Update vim/vim.md --- vim/vim.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vim.md b/vim/vim.md index a49f198..57727f7 100644 --- a/vim/vim.md +++ b/vim/vim.md @@ -50,6 +50,12 @@ git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim nvim ``` +```sh +mkdir ~/.config/nvim/lua/user && cd $_ +wget https://git.vaidis.eu/stevaidis/Dev-Enviroment/raw/branch/main/vim/init.lua +wget https://git.vaidis.eu/stevaidis/Dev-Enviroment/raw/branch/main/vim/polish.lua +``` + ## Debuging (https://xdebug.org)