chore(readme): add treesitter help

This commit is contained in:
Matt Leong 2021-10-25 13:43:09 -07:00
parent 1e6b58c888
commit d5006d96d0
2 changed files with 4 additions and 15 deletions

View file

@ -36,18 +36,3 @@ config.lsp = {
return config 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

View file

@ -68,6 +68,10 @@ Additional LSP server installation [details](https://github.com/mattleong/Cosmic
[Add additional vim options](./lua/cosmic/config/editor.lua) [Add additional vim options](./lua/cosmic/config/editor.lua)
## Treesitter Support
Enter `:TSInstall` followed by <TAB> to see your options for languages with treesitter support
## Default Mappings ## Default Mappings
[File Navigation](./lua/cosmic/core/navigation/mappings.lua) [File Navigation](./lua/cosmic/core/navigation/mappings.lua)