Initial commit.
This commit is contained in:
parent
2510c29d62
commit
b9dd6524a7
6 changed files with 82 additions and 1 deletions
4
init.lua
4
init.lua
|
|
@ -266,7 +266,7 @@ require('lazy').setup({
|
|||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
--
|
||||
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' }
|
||||
}, {})
|
||||
|
||||
-- [[ Setting options ]]
|
||||
|
|
@ -662,5 +662,7 @@ cmp.setup {
|
|||
},
|
||||
}
|
||||
|
||||
require 'custom.options'
|
||||
require 'custom.remaps'
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue