My third neovim config. Because what's more fun than writing the same thing.
Go to file
Robert Morrison 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
after/plugin fix(LSP)!: Repair LSP config to handle plugin changes 2023-04-17 15:58:29 +01:00
ftplugin feat(markdown): Auto set some options for md files 2023-04-11 22:55:34 +01:00
lua refactor(log): Change log level to warn 2023-04-17 18:39:52 +01:00
plugin chore(repo): First contentful commit 2023-03-03 17:11:36 +00:00
.gitignore chore(repo): Initial commit 2023-01-29 22:08:41 +00:00
.luarc.json chore(luarc): add luarc 2023-05-05 19:06:46 +01:00
init.lua chore(repo): First contentful commit 2023-03-03 17:11:36 +00:00
Readme.md chore(repo): First contentful commit 2023-03-03 17:11:36 +00:00

Nvim-Config-3

Attempt 3 at making a stable and minimal neovim configuration. My main goal is to remove any technical debt and almost start fresh.

This could get interesting..

This is a work-in-progress config and may break sometimes. any releases made are expected to be stable

Modules

sherlock5512.utilities.lua

This is my set of utility functions used throughout my config.

require_modules

This function is used where I need to have many modules for one specific thing. It loads the modules for you and returns a table of loaded modules if successful. Otherwise it returns nil

Plugins

TODO

General notes

TODO