|
|
@ -14,8 +14,10 @@ vim.opt.splitbelow = true -- horizontal splits open on the bottom |
|
|
|
vim.g.mapleader = ' ' -- space is the leader character |
|
|
|
vim.g.mapleader = ' ' -- space is the leader character |
|
|
|
|
|
|
|
|
|
|
|
-- commands that don't exist in lua yet |
|
|
|
-- commands that don't exist in lua yet |
|
|
|
|
|
|
|
vim.g.tokyonight_enable_italic = 1 |
|
|
|
|
|
|
|
-- vim.g.tokyonight_transparent_background = 1 |
|
|
|
vim.cmd [[ |
|
|
|
vim.cmd [[ |
|
|
|
color PaperColor |
|
|
|
color tokyonight |
|
|
|
]] |
|
|
|
]] |
|
|
|
|
|
|
|
|
|
|
|
-- Keybind: use '-' to open the file explorer |
|
|
|
-- Keybind: use '-' to open the file explorer |
|
|
|