Nerdtree and theme
This commit is contained in:
parent
42ca452271
commit
f3adbe063b
3 changed files with 19 additions and 5 deletions
4
init.lua
4
init.lua
|
|
@ -1,3 +1,5 @@
|
|||
vim.g.mapleader = "<Space>"
|
||||
|
||||
require("config.lazy")
|
||||
require("lazy").setup("plugins")
|
||||
|
||||
|
|
@ -5,7 +7,6 @@ local opt = vim.opt
|
|||
|
||||
opt.number = true
|
||||
|
||||
vim.cmd("colorscheme unokai")
|
||||
opt.smartindent= true
|
||||
opt.clipboard='unnamedplus'
|
||||
|
||||
|
|
@ -22,7 +23,6 @@ opt.mouse = "n"
|
|||
opt.mousemodel = "popup"
|
||||
opt.mousescroll = {"ver:1", "hor:0"}
|
||||
|
||||
vim.g.mapleader = "<Space>"
|
||||
|
||||
vim.lsp.config('lua_ls', {
|
||||
on_init = function(client)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue