some neovim
This commit is contained in:
parent
be9100982c
commit
9077b7846a
3 changed files with 2 additions and 3 deletions
|
@ -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; [
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ","
|
||||
|
|
Loading…
Add table
Reference in a new issue