mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
add beancount lsp to nvim
This commit is contained in:
parent
42881a494e
commit
c6f6a78877
@ -6,12 +6,13 @@ lsp.ensure_installed({
|
||||
'tsserver',
|
||||
'pyright',
|
||||
'lua_ls',
|
||||
'beancount',
|
||||
'gopls'
|
||||
})
|
||||
|
||||
-- Fix Undefined global 'vim'
|
||||
lsp.nvim_workspace()
|
||||
|
||||
|
||||
local cmp = require('cmp')
|
||||
local cmp_select = {behavior = cmp.SelectBehavior.Select}
|
||||
local cmp_mappings = lsp.defaults.cmp_mappings({
|
||||
|
@ -37,6 +37,7 @@ in {
|
||||
# for neovim
|
||||
nodejs
|
||||
ripgrep
|
||||
cargo
|
||||
|
||||
taskwarrior
|
||||
# for taskwarrior
|
||||
|
Loading…
x
Reference in New Issue
Block a user