mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 08:13:50 +01:00
remove neorg
This commit is contained in:
parent
6c0a78bbb4
commit
a3d885a16f
4 changed files with 1 additions and 37 deletions
|
@ -1,13 +0,0 @@
|
|||
local norg = require "neorg"
|
||||
|
||||
norg.setup {
|
||||
load = {
|
||||
["core.norg.concealer"] = {},
|
||||
["core.norg.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp",
|
||||
},
|
||||
},
|
||||
["core.defaults"] = {},
|
||||
},
|
||||
}
|
|
@ -36,7 +36,6 @@ cmp.setup {
|
|||
{ name = "buffer" },
|
||||
{ name = "crates" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "neorg" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "path" },
|
||||
{ name = "rg", option = { additional_arguments = "--max-depth 4" } },
|
||||
|
|
|
@ -12,24 +12,8 @@ parser_config.haxe = {
|
|||
filetype = "haxe",
|
||||
}
|
||||
|
||||
parser_config.norg_meta = {
|
||||
install_info = {
|
||||
url = "https://github.com/nvim-neorg/tree-sitter-norg-meta",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
}
|
||||
|
||||
parser_config.norg_table = {
|
||||
install_info = {
|
||||
url = "https://github.com/nvim-neorg/tree-sitter-norg-table",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
}
|
||||
|
||||
configs.setup {
|
||||
ensure_installed = { "haxe", "norg", "norg_meta", "norg_table" },
|
||||
ensure_installed = { "haxe" },
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
|
@ -136,12 +136,6 @@ return require("packer").startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use {
|
||||
"nvim-neorg/neorg",
|
||||
config = pconf "norg",
|
||||
after = "nvim-treesitter",
|
||||
}
|
||||
|
||||
use {
|
||||
"itmecho/neoterm.nvim",
|
||||
config = pconf "nterm",
|
||||
|
|
Loading…
Reference in a new issue