a lot more stuff
This commit is contained in:
parent
8eaa615596
commit
3094bf2a39
37 changed files with 891 additions and 281 deletions
6
init.lua
6
init.lua
|
|
@ -1,12 +1,14 @@
|
|||
-- enable performance stuff
|
||||
vim.loader.enable()
|
||||
if vim.fn.has("nvim-0.9") == true then
|
||||
vim.loader.enable()
|
||||
end
|
||||
|
||||
-- bootstrap plugin manager
|
||||
local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep"
|
||||
if vim.fn.empty(vim.fn.glob(path)) > 0 then
|
||||
vim.fn.system({ "git", "clone", "--depth=1", "https://git.squi.bid/dep", path })
|
||||
end
|
||||
vim.cmd.packadd("dep")
|
||||
vim.cmd("packadd dep")
|
||||
|
||||
-- load miscellaneous utilities
|
||||
local misc = require('core.misc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue