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 =
|
extraPlugins =
|
||||||
(
|
(
|
||||||
with pkgs.vimPlugins; [
|
with pkgs.vimPlugins; [
|
||||||
leap-nvim
|
|
||||||
telescope-zf-native-nvim
|
telescope-zf-native-nvim
|
||||||
vim-ReplaceWithRegister
|
vim-ReplaceWithRegister
|
||||||
vim-bbye
|
vim-bbye
|
||||||
vim-dispatch-neovim
|
vim-dispatch-neovim
|
||||||
vim-expand-region
|
vim-expand-region
|
||||||
vim-signify
|
vim-signify
|
||||||
vim-terraform
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
++ (with pkgs.vimExtraPlugins; [
|
++ (with pkgs.vimExtraPlugins; [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
|
vim.o.foldlevel = 2
|
||||||
vim.o.hidden = true
|
vim.o.hidden = true
|
||||||
vim.o.ignorecase = true
|
vim.o.ignorecase = true
|
||||||
vim.o.inccommand = "split"
|
vim.o.inccommand = "split"
|
||||||
|
@ -29,4 +30,3 @@ vim.api.nvim_create_autocmd('TextYankPost', {
|
||||||
})
|
})
|
||||||
|
|
||||||
require('gitlinker').setup()
|
require('gitlinker').setup()
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
vim.g.maplocalleader = ","
|
vim.g.maplocalleader = ","
|
||||||
|
|
Loading…
Add table
Reference in a new issue