astro-nvim-v3 - ft: big update

This commit is contained in:
huyjaky
2024-08-17 16:02:08 +07:00
parent 01642018e6
commit 5b29aaf500
12 changed files with 45 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ return {
opts = {
-- Configuration table of features provided by AstroLSP
features = {
autoformat = true, -- enable or disable auto formatting on start
autoformat = false, -- enable or disable auto formatting on start
codelens = true, -- enable/disable codelens refresh on start
inlay_hints = true, -- enable/disable inlay hints on start
semantic_tokens = true, -- enable/disable semantic token highlighting