mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
expose completion config
This commit is contained in:
parent
831102afdc
commit
bc81c31fb7
3 changed files with 33 additions and 34 deletions
|
@ -7,7 +7,6 @@ USER = vim.fn.expand "$USER"
|
|||
O = {
|
||||
format_on_save = true,
|
||||
auto_close_tree = 0,
|
||||
auto_complete = true,
|
||||
colorcolumn = "99999", -- fixes indentline for now
|
||||
colorscheme = "spacegray",
|
||||
clipboard = "unnamedplus",
|
||||
|
@ -267,3 +266,4 @@ O = {
|
|||
}
|
||||
|
||||
require "lv-zen.config"
|
||||
require "lv-compe.config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue