summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-10 17:57:55 +0430
committerGitHub <[email protected]>2021-07-10 09:27:55 -0400
commit0f48285c617492d318e0049d50d85f3ae2bc1501 (patch)
tree246fb0961a7e274dab8156f4af47f3e8a04e2c22 /README.md
parentc1c779f83840eba249ca80e2041542c72d608c68 (diff)
updated readme according to default_plugin changes (#833)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5a9b152b..253cb966 100644
--- a/README.md
+++ b/README.md
@@ -45,19 +45,17 @@ Example:
-- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
-- general
-O.auto_complete = true
-O.relative_number = false
+O.completion.autocomplete = true
+O.default_options.relativenumber = true
O.colorscheme = 'spacegray'
-O.timeoutlen = 100
+O.default_options.timeoutlen = 100
O.leader_key = ' '
-- After changing plugin config it is recommended to run :PackerCompile
-O.plugin.colorizer.active = true
O.plugin.dashboard.active = true
O.plugin.floatterm.active = true
-O.plugin.symbol_outline = true
-O.plugin.trouble.active = true
O.plugin.zen.active = true
+O.plugin.telescope_project.active = true
-- if you don't want all the parsers change this to a table of the ones you want
O.treesitter.ensure_installed = "all"