mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add nu syntax to nvim
This commit is contained in:
parent
927e8327cb
commit
7307d0aa43
1 changed files with 7 additions and 1 deletions
|
@ -79,7 +79,13 @@ return packer.startup(function(use)
|
|||
-- 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 }
|
||||
use {
|
||||
"LhKipp/nvim-nu",
|
||||
run = ":TSInstall nu",
|
||||
config = function()
|
||||
require("nu").setup {}
|
||||
end,
|
||||
}
|
||||
|
||||
----------------------------------------------------------------------------------------------------
|
||||
-- Editing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue