firenvim: initial config
This commit is contained in:
parent
e6197a48ab
commit
f48b7b95e6
3 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -94,3 +94,6 @@
|
|||
[submodule "pack/general/start/formatter.nvim"]
|
||||
path = pack/general/start/formatter.nvim
|
||||
url = https://github.com/mhartington/formatter.nvim
|
||||
[submodule "pack/general/start/firenvim"]
|
||||
path = pack/general/opt/firenvim
|
||||
url = https://github.com/glacambre/firenvim
|
||||
|
|
|
|||
5
init.lua
5
init.lua
|
|
@ -457,3 +457,8 @@ require("dap-go").setup()
|
|||
|
||||
---- web-devicons
|
||||
require("nvim-web-devicons").setup()
|
||||
|
||||
---- firenvim
|
||||
if g.started_by_firenvim then
|
||||
vim.cmd("packadd firenvim")
|
||||
end
|
||||
|
|
|
|||
1
pack/general/opt/firenvim
Submodule
1
pack/general/opt/firenvim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3c4babfa0a561d1dc3640a902e67ca0b8af70927
|
||||
Loading…
Add table
Reference in a new issue