]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/.neoconf.json
nvim: add starter template for LazyVim
[dotfiles.git] / nvim / .neoconf.json
diff --git a/nvim/.neoconf.json b/nvim/.neoconf.json
new file mode 100644 (file)
index 0000000..7c48087
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "neodev": {
+    "library": {
+      "enabled": true,
+      "plugins": true
+    }
+  },
+  "neoconf": {
+    "plugins": {
+      "lua_ls": {
+        "enabled": true
+      }
+    }
+  }
+}