first commit
This commit is contained in:
commit
a89179ce06
10 changed files with 215 additions and 0 deletions
8
init.lua
Normal file
8
init.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
--lazy
|
||||
require("config.lazy")
|
||||
|
||||
-- main nvim configs
|
||||
require("behavior")
|
||||
|
||||
-- treesitter
|
||||
require("lazy").setup({{"nvim-treesitter/nvim-treesitter", build = ":TSUpdate"}})
|
Loading…
Add table
Add a link
Reference in a new issue