mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
(WIP) add nvim satysfi configs (need more config for lsp-config)
This commit is contained in:
parent
e1138795c0
commit
c7d7b4204e
2 changed files with 27 additions and 0 deletions
|
@ -138,3 +138,10 @@ cmp.setup({
|
|||
vim.api.nvim_set_keymap('n', '<c-P>',
|
||||
"<cmd>lua require('fzf-lua').files()<CR>",
|
||||
{ noremap = true, silent = true })
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
-- satysfi language server
|
||||
require('lspconfig')['satysfi-ls'].setup{
|
||||
autostart = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue