Remove duplicate colorscheme designation

This commit is contained in:
Adam Cooper 2023-11-17 08:28:38 -05:00
parent cb2da67191
commit c520d3ec26
1 changed files with 0 additions and 3 deletions

View File

@ -356,9 +356,6 @@ require('lspsaga').setup()
-- Switch syntax highlighting on
vim.cmd("syntax enable")
-- Set color scheme
vim.cmd("colorscheme dracula")
-- Temporary file locations
vim.opt.backupdir = ".backup/," .. HOME .. "/.backup/,/tmp//"
vim.opt.directory = ".swp/," .. HOME .. "/.swp/,/tmp//"