diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 00:51:30 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 00:51:30 -0800 |
| commit | 5e06768e1088facc51797a3d955b44c92252987a (patch) | |
| tree | fe334844f94d3d29d8489a40ebd010b8592753cf /CONTRIBUTING.md | |
| parent | Add contributing docs and clangd config. (diff) | |
| download | nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar.gz nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar.bz2 nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar.lz nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar.xz nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.tar.zst nvim-lspconfig-5e06768e1088facc51797a3d955b44c92252987a.zip | |
Darn you, tabs.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed953344..a5d632a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,11 +25,11 @@ In vim.validate parlance, this is the format to use. ``` skeleton.SERVER_NAME = { - default_config = {'t'}; - on_new_config = {'f', true}; - on_attach = {'f', true}; - commands = {'t', true}; - docs = {'t', true}; + default_config = {'t'}; + on_new_config = {'f', true}; + on_attach = {'f', true}; + commands = {'t', true}; + docs = {'t', true}; } docs = { description = {'s', true}; @@ -56,7 +56,7 @@ Example: function() buf_build(0) end; - "-range"; + "-range"; description = "Build the current buffer"; }; }; |
