chore(nvim): Removed unused plugins, renamed some files

This commit is contained in:
Pratik Tripathy
2025-07-25 22:06:30 +05:30
parent 1e5509daaa
commit 80eea03892
6 changed files with 12 additions and 29 deletions

View File

@@ -13,12 +13,12 @@ vim.opt.backupdir = vim.fn.stdpath("config") .. "/backup/"
vim.opt.wrap = true
vim.opt.cursorline = true
vim.opt.inccommand = "split" -- With :%s command, show the preview in a split instead of inline
vim.opt.splitkeep = "screen"
-- Fix markdown indentation settings
vim.g.markdown_recommended_style = 0
vim.g.have_nerd_font = true
vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "" }
vim.opt.inccommand = "split"