Skip to content

Commit 2ae8f73

Browse files
fixed pio
1 parent d575fc0 commit 2ae8f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- See `:help vim.o`
33
-- NOTE: You can change these options as you wish!
44
--
5-
5+
--
66
vim.o.laststatus = 3 -- For horizontal split border
77

88
vim.o.tabstop = 2

lua/plugins/pio.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ return {
77
},
88
config = function()
99
require('platformio').setup({
10-
lsp = "ccls" --default: ccls, other option: clangd
10+
lsp = "clangd" --default: ccls, other option: clangd
1111
-- If you pick clangd, it also creates compile_commands.json
1212
})
1313
end

0 commit comments

Comments
 (0)