ref(nvim): more consistent API calls

This commit is contained in:
Léana 江 2023-10-25 23:42:21 +02:00 committed by Léana 江
parent d83c5c1ace
commit 0074fcf519
2 changed files with 10 additions and 10 deletions

View file

@ -298,7 +298,7 @@ vim.g.haskell_tools = {
map("n", "<leader>he", ht.lsp.buf_eval_all, opts)
map("n", "<leader>hr", ht.repl.toggle, opts)
vim.cmd "setlocal shiftwidth=2"
vim.opt_local.shiftwidth = 2
on_attach(client, bufnr)
end,
default_settings = {