mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
plugins to `utility-plugs` - Switched for easier configuration & reduction in number of plugins - `mini.nvim` now does way too many things to be in `code-generic`
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"diagnostics.globals": [
|
|
"vim",
|
|
"Snacks",
|
|
"MiniStatusline"
|
|
],
|
|
"diagnostics.disable": [
|
|
"deprecated",
|
|
"undefined-doc-name"
|
|
]
|
|
} |