Philipp Szechenyi

Results 26 comments of Philipp Szechenyi

yes this works. here's an example for dockerconfig.json. this even carries over annotations via templating: ``` apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: name: some-name namespace: default spec: refreshInterval: 3600s secretStoreRef: name:...

2 client(s) attached to this buffer: Client: null-ls (id: 1, bufnr: [100, 25, 3]) filetypes: css, markdown.mdx, javascriptreact, html, graphql, less, scss, typescript, javascript, markdown, json, jsonc, handlebars, yaml, vue,...

Nope I installed it via the commands: lspinstall, reinstall etc. On Tue, 21 Mar 2023, 13:30 Micah Halter, ***@***.***> wrote: > Hm, I just tested out ansible-language-server and I'm not...

> Ok, `LspInstall` installs through Mason. What version do you have installed? You can check with `:Mason` and using the UI to see more information about `ansible-language-server` ✓ ansible-language-server Ansible...

okay it even happens with yamlls: i opened a hosts.yaml file it looks like this ``` "name": "hosts": "some-name": "ansible_host": "1.2.3.4" "ansible_user": "root" "some-other-name": "ansible_host": "5.6.7.8" "ansible_user": "root" ``` is...

i cannot replicate this when I'm running this with a stock install... so is probably something with my setup, thanks for the help. we can close this, i'll report back...

so after some digging, i found there is a issue with yaml linting and folding. when i disable folding, no errors are shown.

https://github.com/kevinhwang91/nvim-ufo/issues/72 theres the issue i guess i need to add this: ``` -- Option 2: nvim lsp as LSP client -- Tell the server the capability of foldingRange, -- Neovim...