20.05.2025 - 2
This commit is contained in:
parent
57fc86a2cc
commit
020ed86034
26 changed files with 168 additions and 428 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue