Update config files to use stow
This commit is contained in:
14
nvim/.config/nvim/init.lua
Normal file
14
nvim/.config/nvim/init.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Set ',' as the leader key
|
||||
vim.g.mapleader = ','
|
||||
vim.g.maplocalleader = ','
|
||||
|
||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = true
|
||||
|
||||
require 'options'
|
||||
require 'keymaps'
|
||||
|
||||
require 'config.lazy'
|
||||
require 'config.lsp'
|
||||
|
||||
vim.cmd.colorscheme 'catppuccin-mocha'
|
||||
Reference in New Issue
Block a user