Fixed organization
This commit is contained in:
parent
eeaa9e4cb4
commit
875831ed54
7 changed files with 19 additions and 6 deletions
4
init.lua
4
init.lua
|
|
@ -195,7 +195,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 = 'plugins' },
|
||||
{ import = 'custom/plugins' },
|
||||
}, {})
|
||||
|
||||
-- [[ Theme ]]
|
||||
|
|
@ -206,7 +206,7 @@ vim.cmd [[colorscheme tokyonight]]
|
|||
-- NOTE: You can change these options as you wish!
|
||||
|
||||
-- Set highlight on search
|
||||
vim.o.hlsearch = false
|
||||
vim.o.hlsearch = true
|
||||
|
||||
-- Make line numbers default
|
||||
vim.wo.number = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue