diff options
Diffstat (limited to 'utils/installer/config.example.lua')
| -rw-r--r-- | utils/installer/config.example.lua | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index f5d50709..8f490f77 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -11,7 +11,7 @@ an executable  -- general  lvim.log.level = "warn"  lvim.format_on_save = true -lvim.colorscheme = "onedarker" +lvim.colorscheme = "tokyonight"  -- to disable icons and use a minimalist setup, uncomment the following  -- lvim.use_icons = false @@ -44,6 +44,10 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"  --   },  -- } +-- Change theme settings +-- lvim.builtin.theme.options.dim_inactive = true +-- lvim.builtin.theme.options.style = "storm" +  -- Use which-key to add extra bindings with the leader-key prefix  -- lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }  -- lvim.builtin.which_key.mappings["t"] = { @@ -161,7 +165,6 @@ lvim.builtin.treesitter.highlight.enable = true  -- Additional Plugins  -- lvim.plugins = { ---     {"folke/tokyonight.nvim"},  --     {  --       "folke/trouble.nvim",  --       cmd = "TroubleToggle", | 
