mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(nvim):
- Hide deprecation messages - conform.nvim: None lazy load, higher timeout - vim: Lower keypress timeout to `300`
This commit is contained in:
@@ -19,3 +19,7 @@ vim.g.markdown_recommended_style = 0
|
||||
|
||||
vim.g.have_nerd_font = true
|
||||
vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "␣" }
|
||||
|
||||
-- WARN: Hides all LspSaga deprecation warnings
|
||||
---@diagnostic disable-next-line: duplicate-set-field
|
||||
vim.deprecate = function() end
|
||||
|
||||
Reference in New Issue
Block a user