mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NVIM
- VIM options updated for: autowrite, formatoptions, conceallevel, sidescrolloff, updatetime, wildmode - LSP_config: options to display diagnostic icons, inlay hints - Lint: codespell on "*" removed it wasn't working - Formatting: ignore errors - LuaSnip: Tab fix reversed, interfered with regular operations - NVIM: Options for splitkeep & markdown_recommended_style
This commit is contained in:
@@ -14,3 +14,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user