From 5ef8c099bd74566ac8676b370db62af97b5f9f9f Mon Sep 17 00:00:00 2001 From: Rakshit Kumar Singh Date: Sat, 24 Jan 2026 06:44:18 +0530 Subject: [PATCH] add readme --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c4c500 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# Description + +- As of now I use a flat configuration system. +- I have all the settings in init.lua, other than this there is no configurations. +- I have kept the configurations as simple as possible and this has allowed me to be much more stable now. +- Earlier I used to regularly make changes to the configs and keep on breaking things. +- The lsp completion config is still a bit botched up and bad. +- I need some way to auto assign repeated configs in them. +- Probably someone must have already did this but I wish to keep things simple and maybe implement it myself. +- Weird thing that some people use .nvim some use .lua and are so wierd that they use .icons as extensions for the dir. +- From this I am infering that the directory extension does not mean a thing. +- One random thing about lua programming language is that earlier pytorch was written in lua. + +# Complements to the great plugins + +- I will not seperately complement about the dependecy plugins of these pluginsn as I do not have a direct interactions with them. +- But I believe that as they are a hard dependency so they must be doing something very vital for them. + +## nvim-tree + +- url: https://github.com/nvim-tree/nvim-tree.lua + + +# Directory Structure + +. +├── init.lua +├── pack +│   └── nvim +│   └── start +│   ├── cmp-nvim-lsp +│   ├── flash.nvim +│   ├── gitsigns.nvim +│   ├── mini.icons +│   ├── nvim-cmp +│   ├── nvim-lspconfig +│   ├── plenary.nvim +│   └── telescope.nvim +└── test + └── main.py +