mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
prevent infinite neovim lsp log files
This commit is contained in:
parent
2c663347ee
commit
88d52614a9
@ -29,6 +29,9 @@
|
||||
lua = ''
|
||||
${builtins.readFile ./lsp.lua}
|
||||
|
||||
-- Prevent infinite log size (change this when debugging)
|
||||
vim.lsp.set_log_level("off")
|
||||
|
||||
require("null-ls").setup({
|
||||
sources = {
|
||||
require("null-ls").builtins.formatting.stylua.with({ command = "${pkgs.stylua}/bin/stylua" }),
|
||||
|
Loading…
Reference in New Issue
Block a user