Commit Graph

9 Commits

Author SHA1 Message Date
e1f5370ce6
chore(luarc): add luarc
Add luarc,
This is entirely to fix a dumb issue where lua-ls seems to detect 3rd
party libs that doesn't exits properly
2023-05-05 19:06:46 +01:00
9375a97be9
refactor(log): Change log level to warn
Since nothing is currently breaking majorly I am changing the log level
to warn.
2023-04-17 18:39:52 +01:00
1b8db9afc2
fix(log): remove LSP warnings from log.lua
Minor changes to log.lua to remove potential issues made apparent by the
LSP.
2023-04-17 18:38:11 +01:00
5a8b28066c
fix(LSP)!: Repair LSP config to handle plugin changes
Update the LSP config to avoid using setup_handlers for some mason
plugins since the functions have been deprecated.
2023-04-17 15:58:29 +01:00
7f60e7fcb0
feat(markdown): Auto set some options for md files
Basic options that I want set when I'm editing markdown files are now
configured as an ftplugin file.
2023-04-11 22:55:34 +01:00
40eeea3bd9
feat(LSP): Add support for autoformatting in C#
Make the omnisharp language server format C# files on write.
2023-04-11 22:53:55 +01:00
c898cad0df
fix(mail): Rename mail
Rename the mail ftplugin file to acutally match the type for mail files.
2023-04-11 22:52:41 +01:00
d032e3e274
chore(repo): First contentful commit
This is the first commit that actually adds files to the repo.
Yes it's a bad commit but now the major features are here
2023-03-03 17:11:36 +00:00
0e87bcc2f6
chore(repo): Initial commit
Starting the repo off with a boring and basic commit
2023-01-29 22:08:41 +00:00