mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(nvim): Removed unused plugins, renamed some files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user