diff --git a/lua/user/init.lua b/lua/user/init.lua index d48e76b..77586c5 100644 --- a/lua/user/init.lua +++ b/lua/user/init.lua @@ -1,5 +1,5 @@ return { - colorscheme = "vscode", + colorscheme = "astrodark", -- This function is run last and is a good place to configuring -- augroups/autocommands and custom filetypes also this just pure lua so -- anything that doesn't fit in the normal config locations above can go here @@ -42,10 +42,5 @@ return { Jenkinsfile = "groovy", }, } - - -- Copilot - -- TODO: find a better way - vim.g.copilot_no_tab_map = true - vim.cmd("imap