mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 11:46:25 +00:00
9 lines
151 B
Lua
9 lines
151 B
Lua
if vim.g.vscode then
|
|
return
|
|
end
|
|
|
|
-- Global remapping
|
|
------------------------------
|
|
-- '--color=never',
|
|
require'telescope'.load_extension('project')
|