Add tabnine and a new alias
This commit is contained in:
parent
e7ff883850
commit
d1cebc7e24
2 changed files with 3 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -162,6 +162,7 @@
|
|||
v="nvim";
|
||||
tabninecfg="vc /Users/salar/Library/Preferences/TabNine/TabNine.toml";
|
||||
sshfre1="ssh salar@fre1.softinio.net";
|
||||
sshfre2="ssh salar@fre2.softinio.net";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ local function load_plugins()
|
|||
use { 'lewis6991/gitsigns.nvim', requires = 'nvim-lua/plenary.nvim' }
|
||||
use { 'TimUntersberger/neogit', requires = { { 'nvim-lua/plenary.nvim' }, { 'sindrets/diffview.nvim' } } }
|
||||
use { 'hrsh7th/nvim-compe', requires = 'L3MON4D3/LuaSnip' } -- Autocompletion plugin
|
||||
use {'tzachar/compe-tabnine', run='./install.sh', requires = 'hrsh7th/nvim-compe'}
|
||||
use 'kevinhwang91/nvim-bqf'
|
||||
use 'mfussenegger/nvim-dap'
|
||||
use 'sheerun/vim-polyglot'
|
||||
|
@ -413,6 +414,7 @@ _G.load_config = function()
|
|||
buffer = true,
|
||||
luasnip = true,
|
||||
orgmode = true,
|
||||
tabnine = true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue