feat: configure nushell a little

This commit is contained in:
oddlama 2023-09-17 03:34:00 +02:00
parent eadbc15bbf
commit 927e8327cb
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 50 additions and 11 deletions

View file

@ -78,6 +78,8 @@ return packer.startup(function(use)
use { "neovim/nvim-lspconfig", config = conf_module "lspconfig" }
-- Neovim as an additional language server
use { "jose-elias-alvarez/null-ls.nvim", config = conf_fn "null-ls" }
-- Nushell syntax via treesitter
use { "LhKipp/nvim-nu", run = ":TSInstall nu", config = function() require("nu").setup{} end }
----------------------------------------------------------------------------------------------------
-- Editing