File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ vim.o.smartindent = true
170
170
vim .o .autoindent = true
171
171
172
172
-- terminal theme
173
- vim .o .termguicolors = false
174
- vim .cmd .colorscheme ' ansi'
173
+ -- vim.o.termguicolors = false
174
+ -- vim.cmd.colorscheme 'ansi'
175
175
176
176
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
177
177
-- instead raise a dialog asking if you wish to save the current file(s)
@@ -928,7 +928,7 @@ require('lazy').setup({
928
928
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
929
929
' folke/tokyonight.nvim' ,
930
930
priority = 1000 , -- Make sure to load this before all the other start plugins.
931
- enabled = false ,
931
+ enabled = true ,
932
932
config = function ()
933
933
--- @diagnostic disable-next-line : missing-fields
934
934
require (' tokyonight' ).setup {
@@ -1022,8 +1022,9 @@ require('lazy').setup({
1022
1022
{
1023
1023
' akinsho/toggleterm.nvim' ,
1024
1024
version = ' *' ,
1025
+ enabled = true ,
1025
1026
opts = {
1026
- open_mapping = ' <leader>r ' ,
1027
+ open_mapping = ' <D-r> ' ,
1027
1028
direction = ' vertical' ,
1028
1029
size = function (term )
1029
1030
if term .direction == ' horizontal' then
You can’t perform that action at this time.
0 commit comments