summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb238ba8..c5f8dc17 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Example:
```lua
-- general
lvim.format_on_save = true
-lvim.colorscheme = "onedarker"
+lvim.colorscheme = "tokyonight"
lvim.leader = "space"
-- add your own keymapping
@@ -125,7 +125,7 @@ linters.setup {
-- Additional Plugins
lvim.plugins = {
{"lunarvim/colorschemes"},
- {"folke/tokyonight.nvim"}, {
+ {
"ray-x/lsp_signature.nvim",
config = function() require"lsp_signature".on_attach() end,
event = "BufRead"