From d2193c1bd22ba52fc4784eb271b40d71cb140738 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 9 Dec 2023 21:38:14 +0300 Subject: Added autocopmletion Now settings for every language are in directoty ~/.config/nvim/lua/user/lsp --- .config/nvim/lua/user/lsp/python.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/lua/user/lsp/python.lua (limited to '.config/nvim/lua/user/lsp/python.lua') diff --git a/.config/nvim/lua/user/lsp/python.lua b/.config/nvim/lua/user/lsp/python.lua new file mode 100644 index 0000000..5cd4a2e --- /dev/null +++ b/.config/nvim/lua/user/lsp/python.lua @@ -0,0 +1 @@ +lsp = require 'lspconfig' -- cgit v1.2.3-70-g09d2