summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-02 16:16:24 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-11-02 16:16:24 -0500
commitc62051bd88601b66546b69f1f161638eab3e13d3 (patch)
tree68566672af7d7a290b25d8f96899f97c19b0a348
parent29f108b5c484f01fcbd7bb8234af035da6971607 (diff)
chore: add neovim environment config
-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
+ }
+ }
+}