mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-04-01 15:52:12 -07:00
fix: trimming down config and updating stylua
This commit is contained in:
@@ -50,9 +50,7 @@ return {
|
||||
-- Only run the linter in buffers that you can modify in order to
|
||||
-- avoid superfluous noise, notably within the handy LSP pop-ups that
|
||||
-- describe the hovered symbol using Markdown.
|
||||
if vim.bo.modifiable then
|
||||
lint.try_lint()
|
||||
end
|
||||
if vim.bo.modifiable then lint.try_lint() end
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user