refactor(nvim): rework whole configuration

This commit is contained in:
Yorick Barbanneau 2025-09-11 00:53:20 +02:00
parent 64c6149fde
commit 710e8f6395
Signed by: ephase
GPG key ID: 246042E52B41FFCF
6 changed files with 90 additions and 45 deletions

View file

@ -1,5 +1,5 @@
return {
cmd = { 'terraform-ls', 'serve' },
cmd = { 'tofu-ls', 'serve' },
filetypes = { 'terraform', 'terraform-vars' },
root_markers = { '.terraform', '.git' },
}