diff options
Diffstat (limited to 'lsp/ginko_ls.lua')
| -rw-r--r-- | lsp/ginko_ls.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lsp/ginko_ls.lua b/lsp/ginko_ls.lua index 0d5ee1bf..501c5e7a 100644 --- a/lsp/ginko_ls.lua +++ b/lsp/ginko_ls.lua @@ -1,12 +1,12 @@ ---@brief --- ---`ginko_ls` is meant to be a feature-complete language server for device-trees. --- Language servers can be used in many editors, such as Visual Studio Code, Emacs --- or Vim --- --- Install `ginko_ls` from https://github.com/Schottkyc137/ginko and add it to path --- --- `ginko_ls` doesn't require any configuration. +--- Language servers can be used in many editors, such as Visual Studio Code, Emacs +--- or Vim +--- +--- Install `ginko_ls` from https://github.com/Schottkyc137/ginko and add it to path +--- +--- `ginko_ls` doesn't require any configuration. return { cmd = { 'ginko_ls' }, filetypes = { 'dts' }, |
