diff options
| author | kylo252 <[email protected]> | 2022-05-03 08:55:15 +0200 | 
|---|---|---|
| committer | kylo252 <[email protected]> | 2022-05-03 08:55:15 +0200 | 
| commit | e264bff7e820ba891cd16892de52236d62f7821f (patch) | |
| tree | 4262530ac7738ebdec0fa6abab560610789b72f3 /utils/installer/config_win.example.lua | |
| parent | ad5eeaf6ad12cf05e4b936690bf78bc53827b12c (diff) | |
| parent | cfa702e6fe2f875a2c674182fe2f86e8f613aa1e (diff) | |
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'utils/installer/config_win.example.lua')
| -rw-r--r-- | utils/installer/config_win.example.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua index c6bf470e..b659263a 100644 --- a/utils/installer/config_win.example.lua +++ b/utils/installer/config_win.example.lua @@ -29,6 +29,8 @@ vim.g.clipboard = {  lvim.log.level = "warn"  lvim.format_on_save = true  lvim.colorscheme = "onedarker" +-- to disable icons and use a minimalist setup, uncomment the following +-- lvim.use_icons = false  -- keymappings [view all the defaults by pressing <leader>Lk]  lvim.leader = "space"  | 
