chore(readme): add treesitter help
This commit is contained in:
parent
1e6b58c888
commit
d5006d96d0
2 changed files with 4 additions and 15 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue