now fuzzel and so on. Idk what happened last time
This commit is contained in:
7
packages/nvim/lua/plugins/arduino.lua
Normal file
7
packages/nvim/lua/plugins/arduino.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return{
|
||||
"glebzlat/arduino-nvim",
|
||||
config = {
|
||||
function() require("arduino-nvim").setup() end,
|
||||
filetype = "arduino",
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@ return {
|
||||
nil_ls = {},
|
||||
-- rust_analyzer = {},
|
||||
gopls = {},
|
||||
-- arduino_language_server = {},
|
||||
}
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user