diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-04-15 21:31:13 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-04-15 21:31:13 -0400 |
| commit | 36fe8161da01eb076076de0a65caa1d06cb1d196 (patch) | |
| tree | f457d21dbcddabab9eb4dff63195d42e63e884a6 | |
| parent | 14288f973d6cd0770fac558c981292d2f35ee0f6 (diff) | |
lsp for python in nvim
| -rw-r--r-- | .config/nvim/after/plugin/lsp.lua | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | .config/waybar/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index b470489..417f2ee 100644 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -20,3 +20,4 @@ cmp.setup({ require('lspconfig').clangd.setup({}) require('lspconfig').gopls.setup({}) require('lspconfig').texlab.setup({}) +require('lspconfig').pyright.setup({}) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 79048bd..9509b76 100644..100755 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { border: none; - border-radius: 10; + border-radius: 10px; font-family: "JetbrainsMono Nerd Font" ; font-size: 15px; min-height: 10px; |
