We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d575fc0 commit 2ae8f73Copy full SHA for 2ae8f73
lua/options.lua
@@ -2,7 +2,7 @@
2
-- See `:help vim.o`
3
-- NOTE: You can change these options as you wish!
4
--
5
-
+--
6
vim.o.laststatus = 3 -- For horizontal split border
7
8
vim.o.tabstop = 2
lua/plugins/pio.lua
@@ -7,7 +7,7 @@ return {
},
config = function()
9
require('platformio').setup({
10
- lsp = "ccls" --default: ccls, other option: clangd
+ lsp = "clangd" --default: ccls, other option: clangd
11
-- If you pick clangd, it also creates compile_commands.json
12
})
13
end
0 commit comments