From df1105f5b0dfc3041e7a1d64ab6a483169db4aeb Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 14 May 2026 17:30:53 +0800 Subject: Add Fortran --- lua/config/lsp.lua | 1 + lua/config/treesitter.lua | 1 + 2 files changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 01ada61..36c8459 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -56,6 +56,7 @@ return function() asm_lsp = {}, -- Assembly (if you install it) clojure_lsp = {}, -- Clojure racket_langserver = {}, -- Racket (Scheme dialect) + fortls = {}, -- Fortran } for name, cfg in pairs(servers) do diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index e94bec1..249bd79 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -28,6 +28,7 @@ return function() "clojure", "fennel", "java", + "fortran", }) -- Enable treesitter highlighting for all filetypes with a parser -- cgit v1.2.3