|
|
|
@ -16,9 +16,9 @@ vim.g.mapleader = ' ' -- space is the leader character
|
|
|
|
|
-- commands that don't exist in lua yet |
|
|
|
|
vim.g.tokyonight_enable_italic = 1 |
|
|
|
|
-- vim.g.tokyonight_transparent_background = 1 |
|
|
|
|
vim.cmd [[ |
|
|
|
|
color tokyonight |
|
|
|
|
]] |
|
|
|
|
-- vim.cmd [[ |
|
|
|
|
-- color tokyonight |
|
|
|
|
-- ]] |
|
|
|
|
|
|
|
|
|
-- Keybind: use '-' to open the file explorer |
|
|
|
|
vim.api.nvim_set_keymap('n', '-', ':Ex<CR>', { noremap=true, silent=true }) |
|
|
|
|