fix(nvim): VIM config loading on Windows fixed

- Made the Vim configuration file fetch work on both *nix & Windows
- Docs: Improved comments on init.lua
- Refactor: Removed unused variables from mini.statusbar config
This commit is contained in:
Pratik Tripathy
2025-09-01 12:42:21 +05:30
parent 85040e131d
commit fdd284d6cb
4 changed files with 12 additions and 13 deletions

View File

@@ -8,23 +8,23 @@
-- Select last visual selection -> gv
-- Copy visual section to a line number -> :'<,'>t15 (copies To line 15)
-- Load keymaps & options
-- Order matters
-- Load keymaps & options: Order matters
require("config.options")
require("config.keymaps")
require("core.lazy")
require("core.lsp")
require("config.autocmd")
-- NOTE: Tools needed for this Nvim config to work
-- NOTE: External Tools needed for this Nvim config to work
-- jsregexp
-- rust-analyzer, rustc, cargo (rustacean)
-- OS Installs:
-- general: curl, gzip, unzip, git, fd-find, ripgrep, fzf, tree-sitter
-- tools: ImageMagick, xclip, xsel, ghostscript
-- lsp: codespell, nodejs-bash-language-server, html, hadolint, lua, luajit, shellcheck, shfmt, trivy, ts_ls, pylint, stylua, shellcheck
-- lsp: codespell, nodejs-bash-language-server, hadolint, lua, luajit, shellcheck, shfmt, trivy, pylint, stylua
-- Brew:
-- tools: lazygit
-- lsp: dockerfile-language-server, markdown-toc, markdownlint-cli, marksman, prettier, prettierd, python-lsp-server, shellharden, taplo, typescript-language-server, vue-language-server, yaml-language-server, yamlfmt
-- lsp: dockerfile-language-server, markdown-toc, markdownlint-cli, marksman, prettier, prettierd, python-lsp-server,
-- shellharden, taplo, typescript-language-server, vue-language-server, yaml-language-server, yamlfmt
-- Mason: When they aren't found on OS or Brew
-- codelldb, css-lsp, docker-compose-language-service, html-lsp, json-lsp, sqlls