From d5006d96d086d1f153d4d2c6d6c2d31f234b891d Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Mon, 25 Oct 2021 13:43:09 -0700 Subject: [PATCH] chore(readme): add treesitter help --- lua/cosmic/config/config.lua | 15 --------------- readme.md | 4 ++++ 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/lua/cosmic/config/config.lua b/lua/cosmic/config/config.lua index 03120db..129465a 100644 --- a/lua/cosmic/config/config.lua +++ b/lua/cosmic/config/config.lua @@ -36,18 +36,3 @@ config.lsp = { return config ]] -local config = { - lsp = { - format_on_save = true, - servers = { - eslint = { - format = false, - }, - efm = { - -- specifc to efm, e.g. 'eslint', 'prettier', 'stylua' - disable_formatters = {'eslint'}, - }, - } - } -} -return config diff --git a/readme.md b/readme.md index 29ac7b7..c84cdbf 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,10 @@ Additional LSP server installation [details](https://github.com/mattleong/Cosmic [Add additional vim options](./lua/cosmic/config/editor.lua) +## Treesitter Support + +Enter `:TSInstall` followed by to see your options for languages with treesitter support + ## Default Mappings [File Navigation](./lua/cosmic/core/navigation/mappings.lua)