some neovim

This commit is contained in:
Anthony Cicchetti 2024-02-16 21:42:24 -05:00
parent be9100982c
commit 9077b7846a
3 changed files with 2 additions and 3 deletions

View file

@ -84,14 +84,12 @@
extraPlugins =
(
with pkgs.vimPlugins; [
leap-nvim
telescope-zf-native-nvim
vim-ReplaceWithRegister
vim-bbye
vim-dispatch-neovim
vim-expand-region
vim-signify
vim-terraform
]
)
++ (with pkgs.vimExtraPlugins; [

View file

@ -1,4 +1,5 @@
vim.o.expandtab = true
vim.o.foldlevel = 2
vim.o.hidden = true
vim.o.ignorecase = true
vim.o.inccommand = "split"
@ -29,4 +30,3 @@ vim.api.nvim_create_autocmd('TextYankPost', {
})
require('gitlinker').setup()

View file

@ -1,2 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = ","