ready
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user