diff --git a/.config/nvim/lua/my/lsp.lua b/.config/nvim/lua/my/lsp.lua index 42e7b75..8ba1b9a 100644 --- a/.config/nvim/lua/my/lsp.lua +++ b/.config/nvim/lua/my/lsp.lua @@ -223,7 +223,7 @@ end if vim.fn.executable('bash-language-server') > 0 then lspconfig.bashls.setup({ - filetypes = { 'sh', 'bash', 'ebuild' }, + filetypes = { 'sh', 'bash', 'ebuild', 'gentoo-init-d.sh' }, on_attach = on_attach, capabilities = capabilities })