Compare commits
2 Commits
5a03b4260c
...
8ee7bb664c
Author | SHA1 | Date | |
---|---|---|---|
8ee7bb664c | |||
fc1b1916cd |
@ -36,6 +36,7 @@
|
||||
|
||||
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
|
||||
@ -46,6 +47,7 @@
|
||||
plenary-nvim
|
||||
vim-illuminate
|
||||
vim-surround
|
||||
neogen
|
||||
|
||||
# git
|
||||
gitsigns-nvim
|
||||
@ -166,6 +168,7 @@
|
||||
vim.g.gitblame_date_format = "%r"
|
||||
|
||||
require("nvim-autopairs").setup({})
|
||||
require("neogen").setup({ snippet_engine = "luasnip" })
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
|
Reference in New Issue
Block a user