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.blueman
pkgs.cmake pkgs.cmake
# pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL # pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL
pkgs.emacs-all-the-icons-fonts
pkgs.firefox pkgs.firefox
pkgs.gcc pkgs.gcc
pkgs.htop pkgs.htop
@@ -8,7 +8,7 @@ lsp.ensure_installed({
--'lua_ls', --'lua_ls',
'rust_analyzer', 'rust_analyzer',
'jdtls', 'jdtls',
'clangd', --'clangd',
'zls', 'zls',
--'pylsp', --'pylsp',
'ols', 'ols',
@@ -1,6 +1,6 @@
require'nvim-treesitter.configs'.setup { require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed) -- 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`) -- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = false,