Need assistance modifying terraform-ls default configuration with LazyVim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neovim

    Vim-fork focused on extensibility and usability

  • Basically i am hitting hitting this issue every time i open any file that ends with '*.tfvars'. So i would like to disable terraform-ls on any file that ends with '*.tfvars'. I've found the configuration change that needs to be done here.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • If you're trying to change the configuration for the terraformls language server, then your configuration should be defined in the table passed to the require("lspconfig").terraformls.setup function. The default built-in settings for terraformls can be found here, and you can see that you want to overwrite the filetypes settings. You can achieve this by calling the following instead:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotconfig

    💻 Unix Setup

  • You can try having a look at LazyVim to see how to config LSP and get used to the Lazy.nvim plugin manager, or even my config, although mine has a lot of abstractions so it may not be too beginner-friendly. Lmk if it's working :D

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts