mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix lunarvim first-run issue
This commit is contained in:
parent
95e38b2ee7
commit
be3e1d08d0
1 changed files with 18 additions and 16 deletions
|
@ -4,8 +4,9 @@ vim.opt.whichwrap = ""
|
|||
|
||||
vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "pylyzer" })
|
||||
|
||||
-- null-ls is missing on first-run. only do this if null-ls exists
|
||||
if pcall(require, "null-ls") then
|
||||
lvim.format_on_save = true
|
||||
|
||||
local formatters = require "lvim.lsp.null-ls.formatters"
|
||||
formatters.setup {
|
||||
{ exe = "nixpkgs-fmt", filetypes = { "nix" } },
|
||||
|
@ -21,3 +22,4 @@ formatters.setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue