Change back to a working config #1
@@ -62,8 +62,7 @@ vim.pack.add({
|
|||||||
{ src = "https://github.com/coder/claudecode.nvim" },
|
{ src = "https://github.com/coder/claudecode.nvim" },
|
||||||
{ src = "https://github.com/yetone/avante.nvim" },
|
{ src = "https://github.com/yetone/avante.nvim" },
|
||||||
{ src = "https://github.com/alaviss/nim.nvim" },
|
{ src = "https://github.com/alaviss/nim.nvim" },
|
||||||
{ src = "https://github.com/yuukiflow/Arduino-Nvim" },
|
{ src = "https://github.com/glebzlat/arduino-nvim" },
|
||||||
-- { src = "https://github.com/glebzat/arduino-nvim" },
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if host == "xps13" then
|
if host == "xps13" then
|
||||||
@@ -177,16 +176,8 @@ require('avante').setup({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
require("Arduino-Nvim.lsp").setup({})
|
|
||||||
-- TODO: Fix keymap conflict with Claude
|
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
|
||||||
pattern = "arduino",
|
|
||||||
callback = function()
|
|
||||||
require("Arduino-Nvim")
|
|
||||||
end
|
|
||||||
})
|
|
||||||
|
|
||||||
-- require('arduino-nvim').setup({
|
require('arduino-nvim').setup({
|
||||||
-- default_fqbn = "esp32:esp32:esp32",
|
default_fqbn = "esp32:esp32:esp32",
|
||||||
-- filetypes = {"arduino"}
|
filetypes = {"arduino"}
|
||||||
-- })
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user