Better projects
This commit is contained in:
@@ -4,6 +4,10 @@ return {
|
||||
config = function()
|
||||
require('blade-nav').setup {
|
||||
close_tag_on_complete = false,
|
||||
integrations = {
|
||||
cmp = false,
|
||||
coq = false,
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ return {
|
||||
config = function()
|
||||
local ls = require 'luasnip'
|
||||
ls.filetype_extend('vue', { 'javascript' })
|
||||
ls.filetype_extend('typescript', { 'javascript' })
|
||||
local snippets_dir = vim.fn.stdpath 'config' .. '/lua/snippets'
|
||||
require('luasnip.loaders.from_lua').load {
|
||||
paths = { snippets_dir },
|
||||
@@ -24,3 +25,4 @@ return {
|
||||
end,
|
||||
opts = {},
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
branch = 'main',
|
||||
config = function()
|
||||
-- put your config here
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user