mirror of
https://github.com/gyoder/dots.git
synced 2026-04-05 13:32:53 +00:00
Compare commits
No commits in common. "668326d54bf82f24902236281c3d5453a2cb14e0" and "b84d70b1239514a6498ad758504a22e1cb651624" have entirely different histories.
668326d54b
...
b84d70b123
1 changed files with 6 additions and 6 deletions
|
|
@ -78,17 +78,17 @@ return require("packed").setup(function(use)
|
||||||
vim.keymap.set({ "n", "t", "v" }, "<leader>tt", require("toggleterm").toggle, { desc = "Toggle terminal" })
|
vim.keymap.set({ "n", "t", "v" }, "<leader>tt", require("toggleterm").toggle, { desc = "Toggle terminal" })
|
||||||
end }
|
end }
|
||||||
use { 'nvim-telescope/telescope.nvim' }
|
use { 'nvim-telescope/telescope.nvim' }
|
||||||
if vim.g.hostname == "turing" then
|
|
||||||
use {
|
use {
|
||||||
'anurag3301/nvim-platformio.lua',
|
'anurag3301/nvim-platformio.lua',
|
||||||
config = function()
|
config = function()
|
||||||
|
if not vim.g.is_purdue 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
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
}
|
|
||||||
end
|
end
|
||||||
|
}
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"chentoast/marks.nvim",
|
"chentoast/marks.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue