This commit is contained in:
2024-03-15 13:52:34 +00:00
parent de1ef95733
commit 76c9498774
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
pkgs.blueman
pkgs.cmake
# pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL
pkgs.emacs-all-the-icons-fonts
pkgs.firefox
pkgs.gcc
pkgs.htop
@@ -8,7 +8,7 @@ lsp.ensure_installed({
--'lua_ls',
'rust_analyzer',
'jdtls',
'clangd',
--'clangd',
'zls',
--'pylsp',
'ols',
@@ -1,6 +1,6 @@
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "c", "lua", "vim", "help", "query" },
ensure_installed = { "c", "lua", "vim", "query" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,