Remove duplicate colorscheme designation
This commit is contained in:
parent
cb2da67191
commit
c520d3ec26
1 changed files with 0 additions and 3 deletions
|
@ -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//"
|
||||
|
|
Loading…
Reference in a new issue