summaryrefslogtreecommitdiff
path: root/selene.toml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-29 22:37:49 -0400
committerGitHub <[email protected]>2024-10-30 02:37:49 +0000
commit310fdf8de53d98ddd3a56936c131186e25814f0f (patch)
treef4265ab11de2262bacb2498cdc4661420a2df278 /selene.toml
parent7ed0a2b87684eb32009944bd9eb8d7eaa9af0462 (diff)
use lz.n (#69)
* remove bufferline & some cmp sources * factor things out of after/ folder This is bad practice or something * make sure ftdetect plugins aren't loaded multiple times * use lz.n * mini.pairs -> mini.surround * flake: cleanup checks * ftplugin: enforce spaces in nix files
Diffstat (limited to 'selene.toml')
-rw-r--r--selene.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/selene.toml b/selene.toml
index 98b6ac7..23b4393 100644
--- a/selene.toml
+++ b/selene.toml
@@ -1 +1,5 @@
std = "nvim"
+
+[lints]
+# lz.n uses this for its plugin spec
+mixed_table = "allow"