zsh replacing nushell

This commit is contained in:
Henrik Bakken
2025-10-30 16:23:07 +01:00
parent 3dba4eed8e
commit 6164c47093
8 changed files with 398 additions and 1774 deletions
+1 -3
View File
@@ -3,7 +3,7 @@ vim.g.maplocalleader = vim.keycode("/")
vim.o.langmap = "ø:"
-- general options
vim.o.shell = "/usr/bin/nu"
vim.o.shell = "/usr/bin/zsh"
vim.g.BASH_Ctrl_j = "off"
vim.g.BASH_Ctrl_l = "off"
vim.opt.clipboard:append("unnamedplus")
@@ -527,7 +527,6 @@ local function makespec_lspconfig()
vim.lsp.enable("clangd")
vim.lsp.enable("html")
vim.lsp.enable("lua_ls")
vim.lsp.enable("nushell")
vim.lsp.enable("ty")
-- vim.lsp.enable("pyrefly")
-- vim.lsp.enable("pylsp")
@@ -1345,7 +1344,6 @@ local function makespec_treesitter()
"git_rebase",
"gitcommit",
"lua",
"nu",
"python",
"regex",
"vimdoc",