require("global") require("keymap") require("plugins") require("opts") require("diagnostic") require("lsp") require("dap_conf") -- shit I haven't been able to port yet vim.cmd [[ if has('termguicolors') set termguicolors endif filetype plugin indent on autocmd VimEnter * hi Normal guibg=none ]]