diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-04 23:42:32 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-04 23:42:32 +0200 |
| commit | f7ea05278fb5c3d8f7ed2ed707e0d74eaa2d19b2 (patch) | |
| tree | 069c44af73ff816508f4b7b9c7fef64d20b1f191 /lua/pml68/plugins.lua | |
| parent | feat: enable lazy caching, disable some rtp plugins, disable Rosé Pine italics, (diff) | |
| download | nvim-f7ea05278fb5c3d8f7ed2ed707e0d74eaa2d19b2.tar.gz | |
feat: add asm-lsp to mason list and LSP configuration
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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", |
