mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
settings updates
This commit is contained in:
parent
d539ec951c
commit
8890406dbd
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ O = {
|
|||
format_on_save = true,
|
||||
auto_close_tree = 0,
|
||||
auto_complete = true,
|
||||
colorscheme = "lunar",
|
||||
colorscheme = "spacegray",
|
||||
clipboard = "unnamedplus",
|
||||
hidden_files = true,
|
||||
wrap_lines = false,
|
||||
number = true,
|
||||
relative_number = true,
|
||||
relative_number = false,
|
||||
number_width = 4,
|
||||
cmdheight = 2,
|
||||
cursorline = true,
|
||||
|
@ -25,7 +25,7 @@ O = {
|
|||
smart_case = true,
|
||||
lushmode = false,
|
||||
hl_search = false,
|
||||
document_highlight = false,
|
||||
document_highlight = true,
|
||||
transparent_window = false,
|
||||
leader_key = "space",
|
||||
vnsip_dir = vim.fn.stdpath "config" .. "/snippets",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue