Skip to content

Commit

Permalink
Allow for commenting in nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jan 4, 2025
1 parent ec863b6 commit 03261bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/nushell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ end
local function configure()
-- lsp comes with nushell out-of-the-box
configure_lsp()
vim.bo.commentstring = "# %s"
end

return {
Expand Down

0 comments on commit 03261bb

Please sign in to comment.