mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): more consistent API calls
This commit is contained in:
parent
d83c5c1ace
commit
0074fcf519
2 changed files with 10 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue