mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
defaults
This commit is contained in:
parent
d17569b71c
commit
6e22df710b
2 changed files with 2 additions and 6 deletions
|
|
@ -2,7 +2,5 @@
|
||||||
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||||
-- Add any additional keymaps here
|
-- Add any additional keymaps here
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-K>", "<C-U>zz", { silent = true })
|
vim.keymap.set("n", "<C-U>", "<C-U>zz", { silent = true })
|
||||||
vim.keymap.set("n", "<C-J>", "<C-D>zz", { silent = true })
|
vim.keymap.set("n", "<C-D>", "<C-D>zz", { silent = true })
|
||||||
vim.keymap.set("n", "<C-L>", "w", { silent = true })
|
|
||||||
vim.keymap.set("n", "<C-H>", "b", { silent = true })
|
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@ vim.opt.smartindent = true
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
|
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
|
||||||
autocmd FileType haskell setlocal tabstop=4 shiftwidth=4 softtabstop=4
|
|
||||||
autocmd FileType purescript setlocal tabstop=4 shiftwidth=4 softtabstop=4
|
|
||||||
]])
|
]])
|
||||||
|
|
||||||
vim.opt.ignorecase = true
|
vim.opt.ignorecase = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue