changed to lazyvim
This commit is contained in:
14
init.lua
14
init.lua
@@ -1,14 +1,2 @@
|
||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
require("config.keybinds")
|
||||
|
||||
-- set theme
|
||||
vim.cmd.colorscheme "catppuccin-frappe"
|
||||
|
||||
-- relative linenumbers
|
||||
vim.wo.relativenumber = true
|
||||
vim.wo.number = true
|
||||
|
||||
-- tab-width
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user