20.05.2025

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-04-20 17:24:11 +03:00
parent 4bff377885
commit 57fc86a2cc
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
11 changed files with 126 additions and 86 deletions

View file

@ -4,8 +4,10 @@ if fn.empty(fn.glob(install_path)) > 0 then
packer_bootstrap = fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path})
end
vim.cmd [[packadd packer.nvim]]
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.cmd [[packadd packer.nvim]]
require 'options'
require 'keymaps'