Peter Benjamin

Results 52 comments of Peter Benjamin

This GitHub Actions Language Server is used by default in VS Code, without the need for additional extensions, and it provides a superior developer experience over the yaml-language-server with JSON...

Here is a minimal, working Lazy config for Telescope + Project.nvim: ```lua { "https://github.com/nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { "https://github.com/nvim-lua/plenary.nvim", { "https://github.com/ahmedkhalf/project.nvim", config = function() require("project_nvim").setup({}) end, }, {...

Hi @felipesilvadv - thank you for the bug report. I believe that the "go to defintion" logic itself is done by/in the LSP. Do you know if other editors (e.g....

This issue is also related to #2442 , where I reported the same problem with vim and macvim. In macvim, balloons show for linting errors, but not for type information...

@w0rp - sorry for jumping back and forth between the two related issues. The output of `:set balloonexpr` is `ale#balloon#Expr()`

Here are some preliminary results... ## Shell ![Screenshot 2023-08-15 at 8 11 59 PM](https://github.com/dense-analysis/ale/assets/6811830/7efdfeb4-cf3e-4f46-aa5c-d3cffd62ebf3) ### :ALEInfo Expand ```text Current Filetype: sh Available Linters: ['bashate', 'cspell', 'gitleaks', 'language_server', 'shell', 'shellcheck'] Enabled...

Seems that hugo's `parser` API has changed and `parser.ReadFrom` no longer exists. Unfortunately, I don't have the bandwidth to dig into this further or contribute a fix at the moment.

Without modifying tmuxline.vim directly, you can configure that behavior from your vimrc. Example: ```viml let g:tmuxline_status_justify = 'left' let g:tmuxline_preset = { \'a' : '#S', \'win' : '#I #W #F',...

Closed by #128 ([episode 054](https://www.youtube.com/watch?v=Z9t1DvNcseA))

Not sure how big the K8s Discord community is, but K8s Slack is widely adopted. Side anecdote: I have been at companies that block Discord (due to being associated with...