mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
its time
This commit is contained in:
parent
cc18493707
commit
6fff6d1845
673 changed files with 1070 additions and 124971 deletions
17
homeConfig/modules/neovim/config/init.nix
Normal file
17
homeConfig/modules/neovim/config/init.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
''
|
||||
lua << EOF
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.o.guicursor = \'\'
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
|
||||
vim.o.foldmethod = "indent"
|
||||
vim.o.foldlevelstart = 99
|
||||
|
||||
vim.cmd([[
|
||||
au BufRead,BufNewFile *.purs set filetype=purescript
|
||||
]])
|
||||
EOF
|
||||
''
|
||||
Loading…
Add table
Add a link
Reference in a new issue