From f7ea05278fb5c3d8f7ed2ed707e0d74eaa2d19b2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 4 May 2024 23:42:32 +0200 Subject: feat: add asm-lsp to mason list and LSP configuration --- lua/pml68/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index ae02c05..e474407 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -166,11 +166,11 @@ local plugins = { config = function() require("nvim-treesitter.configs").setup({ ensure_installed = { + "asm", "c", "cpp", "lua", "kotlin", - "nasm", "bash", "html", "scss", @@ -184,6 +184,7 @@ local plugins = { "json", "glsl", "dart", + "make", "gitignore", "gitattributes", "gitcommit", -- cgit v1.2.3