Add trouble keybindings and some cleanup

This commit is contained in:
Graham McMillan 2024-07-18 16:24:01 +02:00
parent 16ef6ff851
commit 3a9e7c1b6d
4 changed files with 45 additions and 39 deletions

View file

@ -22,7 +22,7 @@ return {
priority = 1000,
config = function()
require('tokyonight').setup {
style = 'night',
style = 'moon',
}
vim.cmd [[colorscheme tokyonight]]
end,