finally fixed orgmode, cant forget to change conda path on laptop
This commit is contained in:
parent
0c1feb7b06
commit
469c02ad73
3 changed files with 7 additions and 5 deletions
|
@ -23,7 +23,6 @@ return require('packer').startup(function(use)
|
|||
|
||||
use("norcalli/nvim-colorizer.lua")
|
||||
|
||||
use("nvim-orgmode/orgmode")
|
||||
use("lervag/vimtex")
|
||||
|
||||
use({
|
||||
|
@ -52,6 +51,9 @@ return require('packer').startup(function(use)
|
|||
use("nvim-treesitter/nvim-treesitter", {
|
||||
run = ":TSUpdate"
|
||||
})
|
||||
|
||||
|
||||
use("nvim-orgmode/orgmode")
|
||||
use('nvim-lualine/lualine.nvim')
|
||||
|
||||
use("nvim-treesitter/playground")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue