i needed to move this down for some reason
This commit is contained in:
parent
58ed34d688
commit
882acad3a7
|
@ -4,7 +4,6 @@ require("clint/lazy_bootstrap") -- bootstraps folke/lazy
|
||||||
|
|
||||||
----------------------------------------------[[ User Settings ]]
|
----------------------------------------------[[ User Settings ]]
|
||||||
|
|
||||||
require("clint") -- loads lua/clint/init.lua
|
|
||||||
|
|
||||||
----------------------------------------------[[ Load Plugins ]]
|
----------------------------------------------[[ Load Plugins ]]
|
||||||
|
|
||||||
|
@ -15,6 +14,7 @@ require("lazy").setup(
|
||||||
}
|
}
|
||||||
) -- loads each lua/plugin/*
|
) -- loads each lua/plugin/*
|
||||||
|
|
||||||
|
require("clint") -- loads lua/clint/init.lua
|
||||||
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
Loading…
Reference in New Issue