Update install scripts based on further system usage.
This commit is contained in:
parent
9c16a2540e
commit
c0d6ee5750
5 changed files with 44 additions and 29 deletions
4
nvim-bootstrap.lua
Normal file
4
nvim-bootstrap.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package.path = package.path .. "~/.config/nvim/lua"
|
||||
require('plug')
|
||||
require('packer').sync()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue