Initial nixos configuration
This commit is contained in:
parent
4e4edec989
commit
74b2ebd884
247 changed files with 206 additions and 36718 deletions
|
@ -1,19 +0,0 @@
|
|||
-- Snippets plugin
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- Snippets collection
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
config = function()
|
||||
local vsCodeLoader = require("luasnip/loaders/from_vscode")
|
||||
|
||||
-- Load friendly-snippets
|
||||
vsCodeLoader.lazy_load()
|
||||
|
||||
-- Load my custom snippets
|
||||
vsCodeLoader.lazy_load({
|
||||
paths = { "./snippets" },
|
||||
})
|
||||
end,
|
||||
run = "make install_jsregexp",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue