This commit is contained in:
Daniel Flanagan 2021-12-09 10:55:52 -06:00
parent 39a63ad836
commit 1c31aeef0f
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 9 additions and 2 deletions

View File

@ -5,6 +5,10 @@
"command": "nimlsp",
"filetypes": ["nim"]
},
"zls": {
"command": "~/zls/zls",
"filetypes": ["zig"]
},
"godot": {
"host": "127.0.0.1",
"filetypes": ["gd", "gdscript3"],

View File

@ -27,10 +27,12 @@ local setup = function()
'ludovicchabant/vim-gutentags',
'tpope/vim-obsession',
'dhruvasagar/vim-prosession',
'nvim-lua/popup.nvim',
'nvim-lua/plenary.nvim',
{'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}}},
'joshdick/onedark.vim',
-- 'joshdick/onedark.vim',
'lukas-reineke/indent-blankline.nvim',
{'lewis6991/gitsigns.nvim', requires = {'nvim-lua/plenary.nvim'}},
-- {'lewis6991/gitsigns.nvim', requires = {'nvim-lua/plenary.nvim'}},
'neovim/nvim-lspconfig',
'hrsh7th/nvim-compe',
'jjo/vim-cue',

View File

@ -29,6 +29,7 @@ input type:keyboard {
}
input type:pointer {
accel_profile flat
pointer_accel 0
}