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