diff --git a/nvim/lua/plugins/nushell.lua b/nvim/lua/plugins/nushell.lua index ed0f67e..bf18c68 100644 --- a/nvim/lua/plugins/nushell.lua +++ b/nvim/lua/plugins/nushell.lua @@ -14,6 +14,7 @@ end local function configure() -- lsp comes with nushell out-of-the-box configure_lsp() + vim.bo.commentstring = "# %s" end return {