I'm not gonna bother
This commit is contained in:
parent
7c96b43098
commit
d320577772
18 changed files with 182 additions and 192 deletions
6
init.lua
6
init.lua
|
|
@ -1,6 +1,3 @@
|
|||
-- TODO: after switching to dep with lazy loading check out vim-startuptime
|
||||
-- again
|
||||
|
||||
-- load core utilities
|
||||
_G.core = require("core")
|
||||
|
||||
|
|
@ -10,6 +7,9 @@ vim.loader.enable()
|
|||
-- load user config
|
||||
require("conf")
|
||||
|
||||
-- setup lsp stuff
|
||||
core.lsp.setup()
|
||||
|
||||
-- bootstrap plugin manager
|
||||
local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep"
|
||||
if not vim.uv.fs_stat(path) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue