lynx: terminal web-browser

nix-components
pegasust 2022-11-23 16:43:44 -07:00
parent abac563854
commit 4b9cac1603
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,7 @@
pkgs.logseq # TODO: only include if have GL
pkgs.mosh
pkgs.nixops_unstable # nixops v2
pkgs.lynx
# pkgs.python310 # dev packages should be in jk
# pkgs.python310.numpy
# pkgs.python310Packages.tensorflow

View File

@ -513,8 +513,10 @@ local capabilities = require('cmp_nvim_lsp').default_capabilities()
-- show_prediction_strength = true,
-- })
-- default language servers
local servers = { 'clangd', 'rust_analyzer', 'pyright', 'tsserver', 'sumneko_lua', 'cmake', 'tailwindcss', 'prismals',
'rnix', 'eslint', 'terraformls', 'tflint', 'svelte', 'astro', 'clojure_lsp', "bashls", 'yamlls', "pylsp" }
local servers = {
'clangd', 'rust_analyzer', 'pyright', 'tsserver', 'sumneko_lua', 'cmake', 'tailwindcss', 'prismals',
'rnix', 'eslint', 'terraformls', 'tflint', 'svelte', 'astro', 'clojure_lsp', "bashls", 'yamlls', "pylsp" ,
}
require("mason").setup({
ui = {
icons = {