Updating neovim config

This commit is contained in:
2023-07-02 19:39:40 +02:00
parent 4ba52a710f
commit 7fb9e83127
4 changed files with 10 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
local colorscheme = require("taken.prefs").colorscheme
local g = vim.g
local o = vim.o
local opt = vim.opt
local cmd = vim.cmd
local colorscheme = "tokyonight"
cmd("colorscheme " .. colorscheme)
g.mapleader = " "