mirror of
https://github.com/gyoder/dots.git
synced 2026-04-02 20:25:46 +00:00
nvim: platformio only on turing
This commit is contained in:
parent
b84d70b123
commit
082c5e8e02
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ return require("packed").setup(function(use)
|
||||||
use {
|
use {
|
||||||
'anurag3301/nvim-platformio.lua',
|
'anurag3301/nvim-platformio.lua',
|
||||||
config = function()
|
config = function()
|
||||||
if not vim.g.is_purdue then
|
if vim.g.hostname == "turing" then
|
||||||
require('platformio').setup({
|
require('platformio').setup({
|
||||||
lsp = "ccls" --default: ccls, other option: clangd
|
lsp = "ccls" --default: ccls, other option: clangd
|
||||||
-- If you pick clangd, it also creates compile_commands.json
|
-- If you pick clangd, it also creates compile_commands.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue