From 291308541e9b2a6162a70c3d742405ff2b055680 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Sun, 10 Apr 2022 15:00:42 +0200 Subject: Added readme --- README.md | 8 ++++++++ lua/user/treesitter.lua | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e644bf --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Neovim configuration + +My Neovim configuration, highly based on an excellent tutorial series by +[chris@machine](https://www.youtube.com/watch?v=ctH-a-1eUME&list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ&ab_channel=chris%40machine). + +Plugins I use: + + diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index ede8999..4935b8f 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -4,7 +4,7 @@ if not status_ok then end configs.setup { - ensure_installed = "maintained", + ensure_installed = "all", sync_install = false, ignore_install = { "" }, highlight = { -- cgit v1.2.3