refactor(defaults): Replace 'vim.go' with 'vim.opt'

This commit is contained in:
rajvatsal 2024-01-05 18:42:41 +05:30
parent 001e4f13f9
commit 96627e3b57
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vim.go.expandtab = true
vim.bo.softtabstop = 2
vim.go.relativenumber = 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
require('lualine').setup {

View File

@ -22,7 +22,5 @@ return {
'rose-pine/neovim',
name = 'rose-pine',
priority = 1000,
config = function()
end
}
}