added python snippets
This commit is contained in:
@@ -442,6 +442,7 @@ end
|
||||
|
||||
function M.luasnip()
|
||||
require("luasnip").filetype_extend("htmldjango", { "html" })
|
||||
require("luasnip.loaders.from_snipmate").load()
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
@@ -55,6 +55,7 @@ require("packer").startup(function(use)
|
||||
use("nvim-treesitter/nvim-treesitter-context")
|
||||
use("nvim-treesitter/playground")
|
||||
use("jose-elias-alvarez/null-ls.nvim")
|
||||
--use("nvimtools/none-ls.nvim")
|
||||
use("windwp/nvim-autopairs")
|
||||
|
||||
--use("neovim/nvim-lspconfig")
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
snippet ti
|
||||
$0# type: ignore
|
||||
Reference in New Issue
Block a user