mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added snippets
This commit is contained in:
parent
89c521adb7
commit
76c9bf4dcc
2 changed files with 19 additions and 12 deletions
|
|
@ -30,3 +30,6 @@ require'nvim-treesitter.configs'.setup {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Init Snippets
|
||||||
|
vim.g.snipMate = { snippet_version = 1 }
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,10 @@ return packer.startup(function(use)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Vim Snippets
|
||||||
|
use 'garbas/vim-snipmate'
|
||||||
|
use 'honza/vim-snippets'
|
||||||
|
|
||||||
-- Lualine
|
-- Lualine
|
||||||
use {'nvim-lualine/lualine.nvim',
|
use {'nvim-lualine/lualine.nvim',
|
||||||
after = 'github-nvim-theme',
|
after = 'github-nvim-theme',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue