astro-nvim-3 - turon manage conda
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
|
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
|
||||||
"nvim-autopairs": { "branch": "master", "commit": "78a4507bb9ffc9b00f11ae0ac48243d00cb9194d" },
|
"nvim-autopairs": { "branch": "master", "commit": "78a4507bb9ffc9b00f11ae0ac48243d00cb9194d" },
|
||||||
"nvim-cmp": { "branch": "main", "commit": "d818fd0624205b34e14888358037fb6f5dc51234" },
|
"nvim-cmp": { "branch": "main", "commit": "d818fd0624205b34e14888358037fb6f5dc51234" },
|
||||||
|
"nvim-conda": { "branch": "main", "commit": "7e63124d98f48a3bb255eaa71d1602db610b9047" },
|
||||||
"nvim-dap": { "branch": "master", "commit": "bc03b83c94d0375145ff5ac6a6dcf28c1241e06f" },
|
"nvim-dap": { "branch": "master", "commit": "bc03b83c94d0375145ff5ac6a6dcf28c1241e06f" },
|
||||||
"nvim-dap-ui": { "branch": "master", "commit": "a5606bc5958db86f8d92803bea7400ee26a8d7e4" },
|
"nvim-dap-ui": { "branch": "master", "commit": "a5606bc5958db86f8d92803bea7400ee26a8d7e4" },
|
||||||
"nvim-highlight-colors": { "branch": "main", "commit": "a8f6952cb1ff7bde864a34c502f1a42c360a6662" },
|
"nvim-highlight-colors": { "branch": "main", "commit": "a8f6952cb1ff7bde864a34c502f1a42c360a6662" },
|
||||||
|
|||||||
4
lua/plugins/conda.lua
Normal file
4
lua/plugins/conda.lua
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"kmontocam/nvim-conda",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
}
|
||||||
@@ -26,7 +26,7 @@ return {
|
|||||||
"akinsho/toggleterm.nvim",
|
"akinsho/toggleterm.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
-- Use powershell for toggleterm on windows
|
-- Use powershell for toggleterm on windows
|
||||||
if vim.fn.has "win32" then opts.shell = "pwsh.exe" end
|
-- if vim.fn.has "win32" then opts.shell = "pwsh.exe" end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
-- File tagging and navigation
|
-- File tagging and navigation
|
||||||
@@ -85,7 +85,7 @@ return {
|
|||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = true,
|
||||||
chars = { "|" },
|
chars = { "|" },
|
||||||
style = "#5A639C"
|
style = "#5A639C",
|
||||||
},
|
},
|
||||||
blank = {
|
blank = {
|
||||||
enable = false,
|
enable = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user