Commit Graph

10 Commits

Author SHA1 Message Date
Robert Morrison
0994212a19
Update plugins
Massive neatening and addition of more plugins for more functionality
2022-07-15 06:45:36 +01:00
Robert Morrison
c5ce4c9fce
General reworking
clean up plugins.lua a little and make some comments better
2022-07-15 06:42:07 +01:00
Robert Morrison
050c399a44
ftdetect - markdown
ensure markdown files are handled properly
2022-07-15 06:39:30 +01:00
Robert Morrison
a66b4b05ae
ftdetect - Groff
make sure neovim handles these file extensions properly
2022-07-15 06:38:51 +01:00
Robert Morrison
4e22a97f33
Config - Add options
Add a whole load of actual option set in settings.lua
2022-07-15 06:36:52 +01:00
Robert Morrison
1148edf3c6
Cleanup - Remove comment
Remove a useless comment from init.lua
2022-07-15 06:34:47 +01:00
Robert Morrison
0634a59d22
Add basic bindings.
Adding some simple global keybindings
2022-07-15 04:47:32 +01:00
Robert Morrison
92107d2c3d
Things are coming.
progress is being made hopefully this will become workable soon
2022-07-05 03:34:29 +01:00
Robert Morrison
46a04081b7
Removed packer submodule
Not necessary for functionality
2022-07-05 03:33:26 +01:00
Robert Morrison
492967a426
Adding Packer as a submodule
As this configuration uses Packer to manage its plugins I have decided
to add packer as a submodule. Only Time will tell if this was a bad idea
or not.

If neccessary I can always have some kind of code in my init that checks
if packer is available and if not uses git to pull it initally before
handing that job to packer
2022-07-05 01:38:53 +01:00