summaryrefslogtreecommitdiffstats
path: root/.neoconf.json
diff options
context:
space:
mode:
Diffstat (limited to '.neoconf.json')
-rw-r--r--.neoconf.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.neoconf.json b/.neoconf.json
new file mode 100644
index 0000000..05bca58
--- /dev/null
+++ b/.neoconf.json
@@ -0,0 +1,15 @@
+{
+ "neodev": {
+ "library": {
+ "plugins": [
+ "plenary.nvim"
+ ]
+ }
+ },
+ "lspconfig": {
+ "lua_ls": {
+ "Lua.runtime.version": "LuaJIT",
+ "Lua.workspace.checkThirdParty": false
+ }
+ }
+}