Initial commit
This commit is contained in:
commit
e2cff543d6
29 changed files with 2701 additions and 0 deletions
nvim/plugin
10
nvim/plugin/plugins.lua
Normal file
10
nvim/plugin/plugins.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
if vim.g.did_load_plugins_plugin then
|
||||
return
|
||||
end
|
||||
vim.g.did_load_plugins_plugin = true
|
||||
|
||||
-- many plugins annoyingly require a call to a 'setup' function to be loaded,
|
||||
-- even with default configs
|
||||
|
||||
require('nvim-surround').setup()
|
||||
require('which-key').setup()
|
Loading…
Add table
Add a link
Reference in a new issue