summaryrefslogtreecommitdiff
path: root/nvim/.neoconf.json
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-05-19 23:10:06 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-05-19 23:10:06 -0500
commit9b857f87d56197457bfce4d1a1474c79bf3f91d2 (patch)
tree58392b09aa9cbe19213f1dd467e30993986d285c /nvim/.neoconf.json
downloadconfig-9b857f87d56197457bfce4d1a1474c79bf3f91d2.tar.gz
feat: added initial commit of config files
Diffstat (limited to 'nvim/.neoconf.json')
-rwxr-xr-xnvim/.neoconf.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/nvim/.neoconf.json b/nvim/.neoconf.json
new file mode 100755
index 0000000..7c48087
--- /dev/null
+++ b/nvim/.neoconf.json
@@ -0,0 +1,15 @@
+{
+ "neodev": {
+ "library": {
+ "enabled": true,
+ "plugins": true
+ }
+ },
+ "neoconf": {
+ "plugins": {
+ "lua_ls": {
+ "enabled": true
+ }
+ }
+ }
+}