aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/.neoconf.json
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-07 23:05:50 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-07 23:05:50 +0530
commit9e1bc68a323707c54fa16ff18a8b5bc0ed28c427 (patch)
treec7b89e880a2ce7a40e21b7a62ed6e64f4977bc92 /.config/nvim/.neoconf.json
parent2e904234a732318e759272900a8a3383e1d3ac48 (diff)
add neovim configuration
Diffstat (limited to '.config/nvim/.neoconf.json')
-rw-r--r--.config/nvim/.neoconf.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/nvim/.neoconf.json b/.config/nvim/.neoconf.json
new file mode 100644
index 0000000..7c48087
--- /dev/null
+++ b/.config/nvim/.neoconf.json
@@ -0,0 +1,15 @@
+{
+ "neodev": {
+ "library": {
+ "enabled": true,
+ "plugins": true
+ }
+ },
+ "neoconf": {
+ "plugins": {
+ "lua_ls": {
+ "enabled": true
+ }
+ }
+ }
+}