Nvim: luify config

This commit is contained in:
Robert Kmieć
2023-01-23 23:36:57 +01:00
parent 4ecf4cda2d
commit d3168cf44e
19 changed files with 87 additions and 128 deletions

View File

@@ -1,23 +1,12 @@
lua << EOF
require('core.plugins')
require('core.config')
require('core.mappings')
require('core.plugins')
EOF
"let mapleader = "\\"
nmap <space> <leader>
"let autoload_plug_path = stdpath('config') . '/autoload/plug.vim'
"
"if !filereadable(autoload_plug_path)
" silent exe '!curl -fL --create-dirs -o ' . autoload_plug_path .
" \ ' https://raw.github.com/junegunn/vim-plug/master/plug.vim'
" execute 'source ' . fnameescape(autoload_plug_path)
" let plug_install = 1
"endif
"unlet autoload_plug_path
"colorscheme enfocado
"lua require('lualine').setup { options = { theme = 'enfocado' } }
@@ -43,5 +32,6 @@ set undodir=~/.cache/nvim/undo/
set undofile
lua << EOF
require('core.mappings')
require('core.temp')
EOF