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