final settings

This commit is contained in:
2023-08-14 21:47:30 +02:00
parent e5843d4ca4
commit 6fae3ec8ac
7 changed files with 146 additions and 5 deletions
+3 -1
View File
@@ -40,6 +40,7 @@ P.S. You can delete this when you're done too. It's your config now :)
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are required (otherwise wrong leader will be used)
vim.cmd([[source ~/repos/nvim-kickstart/lua/custom/vimrc]])
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
@@ -494,4 +495,5 @@ require('custom.startup')
require('custom.lua-line')
require('custom.telescope')
require('custom.lspconfig')
vim.cmd([[source ~/repos/nvim-kickstart/lua/custom/vimrc]])
require('custom.lspsaga')
require('custom.nvim-cmp')