This website requires JavaScript.
Explore
Help
Sign In
fakeowl1
/
dotfiles
Watch
1
Star
1
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
83002c6b47
dotfiles
/
.config
/
nvim
/
lua
/
plugins
/
snippets
/
python.lua
7 lines
99 B
Lua
Raw
Blame
History
local
ok
,
ls
=
pcall
(
require
,
"
luasnip
"
)
if
not
ok
then
vim.notify
(
"
Failed load luasnip
\n
"
)
end
Reference in New Issue
View Git Blame
Copy Permalink