20.05.2025
This commit is contained in:
parent
4bff377885
commit
57fc86a2cc
11 changed files with 126 additions and 86 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue