- 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:
Pratik Tripathy
2024-03-11 17:20:26 +05:30
parent b0c0dd0543
commit 12178dd96c
6 changed files with 42 additions and 19 deletions

View File

@@ -20,7 +20,6 @@ return {
typescriptreact = { "codespell" },
javascriptreact = { "codespell" },
html = { "codespell" },
["*"] = { "codespell" },
}
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })