Skip to content

Disable random plugin installs #4470

Answered by juicy-g
Android789515 asked this question in Q&A
Discussion options

You must be logged in to vote

tsserver and tailwindcss are LSP servers and are the default servers for tsx files rather than just some random plugins.

If you really want to disable them you can put this line in your config:

lvim.lsp.automatic_servers_installation = false

If you just want to just disable tailwindcss then you can do:

vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "tailwindcss" })

Any changes to lvim.lsp.automatic_configuration.skipped_servers must be followed by :LvimCacheReset to take effect.

I suggest you read this page of the docs for more information: https://www.lunarvim.org/docs/configuration/language-features/language-servers.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Android789515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants