refactor(defaults): Replace 'vim.go' with 'vim.opt'
This commit is contained in:
parent
001e4f13f9
commit
96627e3b57
|
@ -4,7 +4,7 @@ vim.go.expandtab = true
|
||||||
vim.bo.softtabstop = 2
|
vim.bo.softtabstop = 2
|
||||||
vim.go.relativenumber = true
|
vim.go.relativenumber = true
|
||||||
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]], { noremap = true })
|
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]], { noremap = true })
|
||||||
vim.cmd.colorscheme 'oxocarbon' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
|
vim.cmd.colorscheme 'rose-pine' -- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
|
||||||
|
|
||||||
-- Lualine config
|
-- Lualine config
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
|
|
|
@ -22,7 +22,5 @@ return {
|
||||||
'rose-pine/neovim',
|
'rose-pine/neovim',
|
||||||
name = 'rose-pine',
|
name = 'rose-pine',
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue