diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-22 05:44:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 05:44:50 -0700 |
| commit | d3458965499eec45d87685d6a423b99ac182e385 (patch) | |
| tree | e7563a6837744d02974c180588796a9d1f3f6f8d /lsp/foam_ls.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar.gz nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar.bz2 nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar.lz nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar.xz nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.tar.zst nvim-lspconfig-d3458965499eec45d87685d6a423b99ac182e385.zip | |
ci(lint): check `@brief` docstring placement #3762
Diffstat (limited to 'lsp/foam_ls.lua')
| -rw-r--r-- | lsp/foam_ls.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lsp/foam_ls.lua b/lsp/foam_ls.lua index 75f94265..c7a47f3c 100644 --- a/lsp/foam_ls.lua +++ b/lsp/foam_ls.lua @@ -1,5 +1,3 @@ -local util = require 'lspconfig.util' - ---@brief --- --- https://github.com/FoamScience/foam-language-server @@ -8,6 +6,9 @@ local util = require 'lspconfig.util' --- ```sh --- npm install -g foam-language-server --- ``` + +local util = require 'lspconfig.util' + return { cmd = { 'foam-ls', '--stdio' }, filetypes = { 'foam', 'OpenFOAM' }, |
