feat: more work, package nfnl
This commit is contained in:
parent
c7fc40674f
commit
c5310013ae
9 changed files with 118 additions and 28 deletions
13
dotfiles/.config/nvim/init.lua
Normal file
13
dotfiles/.config/nvim/init.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- [nfnl] init.fnl
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ","
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
vim.o.splitright = true
|
||||
vim.o.splitbelow = true
|
||||
vim.o.foldenable = false
|
||||
vim.o.undofile = true
|
||||
vim.o.spell = true
|
||||
vim.o.termguicolors = true
|
||||
vim.o.exrc = true
|
||||
return nil
|
||||
Loading…
Add table
Add a link
Reference in a new issue