Add pkl binary and nvim-plugin
This commit is contained in:
parent
98d64b5e0e
commit
dffe33e507
4 changed files with 10 additions and 1 deletions
.config/nvim/lua
|
@ -17,6 +17,7 @@ return require('packer').startup(function(use)
|
|||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate'
|
||||
})
|
||||
use("apple/pkl-neovim")
|
||||
|
||||
use("github/copilot.vim")
|
||||
use("mbbill/undotree")
|
||||
|
|
|
@ -34,6 +34,8 @@ vim.opt.updatetime = 50
|
|||
|
||||
vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.foldenable = false
|
||||
|
||||
|
||||
vim.api.nvim_create_autocmd('TextYankPost', {
|
||||
group = vim.api.nvim_create_augroup('highlight_yank', {}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue