diff options
| author | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2024-04-23 11:11:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-23 17:11:28 +0800 |
| commit | d2b728c6399a66137ee89450a1986e06e227bc53 (patch) | |
| tree | cbdf3ff7d7e6bc1170068ad3a699de791f68c507 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar.gz nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar.bz2 nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar.lz nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar.xz nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.tar.zst nvim-lspconfig-d2b728c6399a66137ee89450a1986e06e227bc53.zip | |
fix(debputy): add more filetypes (#3116)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/debputy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/debputy.lua b/lua/lspconfig/server_configurations/debputy.lua index f4338811..eac358d2 100644 --- a/lua/lspconfig/server_configurations/debputy.lua +++ b/lua/lspconfig/server_configurations/debputy.lua @@ -3,7 +3,7 @@ local util = require 'lspconfig.util' return { default_config = { cmd = { 'debputy', 'lsp', 'server' }, - filetypes = { 'debcontrol', 'debchangelog', 'make' }, + filetypes = { 'debcontrol', 'debcopyright', 'debchangelog', 'make', 'yaml' }, root_dir = util.root_pattern 'debian', }, docs = { |
