Compare commits
No commits in common. "8ee7bb664c63adc4e529bd804a8ac7136c4e2b78" and "5a03b4260c40a94b7f1bfb663ca687c334bc77df" have entirely different histories.
8ee7bb664c
...
5a03b4260c
|
@ -36,7 +36,6 @@
|
|||
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-treesitter-textobjects
|
||||
nvim-ts-context-commentstring
|
||||
markdown-preview-nvim # use({ "iamcco/markdown-preview.nvim", run = ":call mkdp#util#install()" })
|
||||
toggleterm-nvim
|
||||
nvim-notify
|
||||
|
@ -47,7 +46,6 @@
|
|||
plenary-nvim
|
||||
vim-illuminate
|
||||
vim-surround
|
||||
neogen
|
||||
|
||||
# git
|
||||
gitsigns-nvim
|
||||
|
@ -168,7 +166,6 @@
|
|||
vim.g.gitblame_date_format = "%r"
|
||||
|
||||
require("nvim-autopairs").setup({})
|
||||
require("neogen").setup({ snippet_engine = "luasnip" })
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue