mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
lvim: disable pylyzer and mouse
This commit is contained in:
parent
5df3516aa8
commit
95e38b2ee7
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
lvim.format_on_save = true
|
||||
|
||||
vim.opt.mouse = ""
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.whichwrap = ""
|
||||
|
||||
vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "pylyzer" })
|
||||
|
||||
lvim.format_on_save = true
|
||||
|
||||
local formatters = require "lvim.lsp.null-ls.formatters"
|
||||
formatters.setup {
|
||||
{ exe = "nixpkgs-fmt", filetypes = { "nix" } },
|
||||
|
|
Loading…
Reference in a new issue