20.05.2025 - 2

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-04-20 21:04:11 +03:00
parent 57fc86a2cc
commit 020ed86034
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
26 changed files with 168 additions and 428 deletions

View file

@ -1,5 +1,5 @@
local fn = vim.fn
local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim'
local install_path = fn.stdpath('config')..'/pack/packer/start/packer.nvim'
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
@ -14,3 +14,5 @@ require 'keymaps'
require 'autocommands'
require 'plugins'
require 'lsp'
vim.cmd [[colorscheme moonfly]]