summary refs log tree commit diff
path: root/.config/nvim/lua/plugins/gentoo.lua
blob: 470e6deb964c76ccd8870fba6d3f95f886bba0b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
return {
  {
    'gentoo/gentoo-syntax',
    -- ft = { 'ebuild' },
    -- init = function()
    --   vim.api.nvim_create_autocmd('LspAttach', {
    --     callback = function(args)
    --       if vim.opt.filetype == 'ebuild' then
    --         vim.lsp.stop_client(vim.lsp.get_clients({ bufnr = args.bufnr }))
    --       end
    --     end,
    --   })
    -- end,
  },
}