4
This commit is contained in:
parent
542c7cd3fb
commit
f9a4cf6c25
2 changed files with 16 additions and 2 deletions
3
init.lua
3
init.lua
|
|
@ -667,7 +667,6 @@ vim.cmd [[
|
|||
]]
|
||||
|
||||
vim.api.nvim_set_keymap('n', '<leader>m', ':call quickui#menu#open()<CR>', { noremap = true })
|
||||
vim.g.quickui_color_scheme = 'onedark'
|
||||
|
||||
vim.cmd([[ let g:quickui_color_scheme = 'papercol_dark' ]])
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue