mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-16 05:05:02 +00:00
chore: general maintenance and cleanup (#306)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-- │ ivuorinen's Neovim configuration │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
-- ── Install lazylazy ────────────────────────────────────────────────
|
||||
-- ── Install lazy ────────────────────────────────────────────────────
|
||||
-- https://github.com/folke/lazy.nvim
|
||||
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
|
||||
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
@@ -53,7 +53,7 @@ require('lazy').setup(
|
||||
path = '~/Code/nvim', -- Load wip plugins from this path
|
||||
},
|
||||
install = {
|
||||
colorscheme = { vim.g.colors_theme },
|
||||
colorscheme = { 'catppuccin' },
|
||||
},
|
||||
profiling = {
|
||||
loader = true,
|
||||
@@ -61,8 +61,6 @@ require('lazy').setup(
|
||||
}
|
||||
)
|
||||
|
||||
-- require('nvm-default').setup()
|
||||
|
||||
require 'keymaps'
|
||||
|
||||
-- vim: set ts=2 sts=2 sw=2 wrap et :
|
||||
|
||||
Reference in New Issue
Block a user