Switch to onedark theme

This commit is contained in:
2021-05-27 18:39:34 +02:00
parent 59809f0f77
commit e9d5bc639d
6 changed files with 116 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ vim.g.mapleader = ' '
-- TODO find better place
vim.g.floaterm_open_command = 'vsplit'
--vim.g.floaterm_position = 'bottom'
-- better window movement
vim.api.nvim_set_keymap('n', '<C-h>', '<C-w>h', {silent = true})