More F# and .NET stuff (#43)

This commit is contained in:
Patrick Stevens
2024-03-27 20:30:31 +00:00
committed by GitHub
parent e91fb514fe
commit b69b9248f9
4 changed files with 269 additions and 47 deletions

View File

@@ -99,7 +99,7 @@ function HasPaste()
return ""
end
vim.o.statusline = vim.o.statusline .. "%{v:lua.HasPaste()}%F%m%r%h %w CWD: %r%{getcwd()}%h Line: %l Column: %c"
vim.o.statusline = vim.o.statusline .. "%{v:lua.HasPaste()}%F%m%r%h %w Line: %l Column: %c"
--------------------------------------------------------------
@@ -186,7 +186,6 @@ if status then
print("-----")
end
end
-- TODO: If a command is a prefix of an existing command, prepend its description to those commands' descriptions, and append a '...' to the parent's description.
end
end)
end