lean.nvim: enable abbreviations
This commit is contained in:
parent
3f4f9ed112
commit
7d1faefeab
6
vimrc
6
vimrc
@ -204,6 +204,12 @@ au FileChangedRO * set noreadonly
|
||||
if has('nvim-0.5')
|
||||
lua <<EOF
|
||||
require('lean').setup{
|
||||
abbreviations = {
|
||||
extras = {
|
||||
['.'] = '·',
|
||||
},
|
||||
enable = true,
|
||||
},
|
||||
treesitter = {},
|
||||
lsp = {
|
||||
on_attach = function(client, bufnr)
|
||||
|
Loading…
Reference in New Issue
Block a user